From 9c347aa63684d7742d59fa724c5ce321f0e8c0a9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Aug 2017 14:08:05 -0300 Subject: Removes layoutbox --- config.dot/awesome.link/wibar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.dot/awesome.link/wibar.lua b/config.dot/awesome.link/wibar.lua index 993aef6..0f37ccf 100644 --- a/config.dot/awesome.link/wibar.lua +++ b/config.dot/awesome.link/wibar.lua @@ -4,7 +4,7 @@ mykeyboardlayout = awful.widget.keyboardlayout() -- Create a textclock widget --mytextclock = wibox.widget.textclock() -mytextclock = wibox.widget.textclock('%H:%M') +mytextclock = wibox.widget.textclock('%H:%M ') -- Create a wibox for each screen and add it local taglist_buttons = awful.util.table.join( @@ -104,7 +104,7 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.fixed.horizontal, mykeyboardlayout, mytextclock, - s.mylayoutbox, + --s.mylayoutbox, wibox.widget.systray(), }, } -- cgit v1.2.3