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

holo: added bottom borderbox

This commit is contained in:
copycat-killer 2017-01-10 20:00:23 +01:00
parent 50be274ee0
commit 36bc412f48

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 {