From 36bc412f48aa61ecca06177aa36aa3383c588800 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Tue, 10 Jan 2017 20:00:23 +0100 Subject: [PATCH] holo: added bottom borderbox --- rc.lua.holo | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.lua.holo b/rc.lua.holo index b3cda62..f4e2774 100644 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -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 {