holo: added bottom borderbox

This commit is contained in:
copycat-killer 2017-01-10 20:00:23 +01:00
parent 50be274ee0
commit 36bc412f48
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ awful.screen.connect_for_each_screen(function(s)
-- Create the bottom wibox
s.mybottomwibox = awful.wibar({ position = "bottom", screen = s, border_width = 0, height = 32 })
s.borderwibox = awful.wibar({ position = "bottom", screen = s, height = 1, bg = beautiful.fg_focus, x = 0, y = 33})
-- Add widgets to the bottom wibox
s.mybottomwibox:setup {