From 57a15875d28a75c57695a3b8a7e049f7395fdf08 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 21 May 2021 23:27:03 +0000 Subject: [PATCH] Work on awesome bar --- awesome/.config/awesome/ui/top-panel/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awesome/.config/awesome/ui/top-panel/init.lua b/awesome/.config/awesome/ui/top-panel/init.lua index 0fc5a5d..0c4de99 100644 --- a/awesome/.config/awesome/ui/top-panel/init.lua +++ b/awesome/.config/awesome/ui/top-panel/init.lua @@ -8,6 +8,7 @@ require('widgets.top-panel') local TopPanel = function(s) + -- TODO: gap around bar -- Wiboxes are much more flexible than wibars simply for the fact that there are no defaults, however if you'd rather have the ease of a wibar you can replace this with the original wibar code local panel = wibox( @@ -38,7 +39,6 @@ local TopPanel = function(s) layout = wibox.layout.align.horizontal, { -- Left widgets layout = wibox.layout.fixed.horizontal, - --mylauncher, s.mytaglist, s.mypromptbox, }, @@ -49,7 +49,6 @@ local TopPanel = function(s) { -- Right widgets layout = wibox.layout.fixed.horizontal, mytextclock, - s.mylayoutbox, }, }