1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

blackburn: forgot to add custom topbar

This commit is contained in:
luke bonham 2013-09-14 15:34:45 +02:00
parent 0e86940bb8
commit 0c08f74851

View file

@ -188,7 +188,6 @@ batwidget = lain.widgets.bat({
end
})
-- ALSA volume
volumewidget = lain.widgets.alsa({
settings = function()
@ -318,6 +317,9 @@ for s = 1, screen.count() do
layout:set_right(right_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
-- }}}