Make wibars transparent

This commit is contained in:
Alexander Gehrke 2021-03-24 14:07:59 +01:00
parent baf62150e1
commit c0f9ebe5f8

View file

@ -38,6 +38,7 @@ function add_bar(s, position, direction, first, second)
newbar = awful.wibar({ newbar = awful.wibar({
position = position, position = position,
screen = s, screen = s,
opacity = 0.6,
width = math.floor(s.dpi / 5) width = math.floor(s.dpi / 5)
}) })