Make wibars transparent
This commit is contained in:
parent
baf62150e1
commit
c0f9ebe5f8
|
@ -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)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue