mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
blackburn: forgot to add custom topbar
This commit is contained in:
parent
0e86940bb8
commit
0c08f74851
|
@ -188,7 +188,6 @@ batwidget = lain.widgets.bat({
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
-- ALSA volume
|
-- ALSA volume
|
||||||
volumewidget = lain.widgets.alsa({
|
volumewidget = lain.widgets.alsa({
|
||||||
settings = function()
|
settings = function()
|
||||||
|
@ -318,6 +317,9 @@ for s = 1, screen.count() do
|
||||||
layout:set_right(right_layout)
|
layout:set_right(right_layout)
|
||||||
|
|
||||||
mywibox[s]:set_widget(layout)
|
mywibox[s]:set_widget(layout)
|
||||||
|
|
||||||
|
-- Set proper background, instead of beautiful.bg_normal
|
||||||
|
mywibox[s]:set_bg(beautiful.topbar_path .. screen[1].workarea.width .. ".png")
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue