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, }, }