mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
holo: added bottom borderbox
This commit is contained in:
parent
50be274ee0
commit
36bc412f48
|
@ -436,6 +436,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
|
|
||||||
-- Create the bottom wibox
|
-- Create the bottom wibox
|
||||||
s.mybottomwibox = awful.wibar({ position = "bottom", screen = s, border_width = 0, height = 32 })
|
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
|
-- Add widgets to the bottom wibox
|
||||||
s.mybottomwibox:setup {
|
s.mybottomwibox:setup {
|
||||||
|
|
Loading…
Reference in a new issue