aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-20 14:08:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-20 14:08:05 -0300
commit9c347aa63684d7742d59fa724c5ce321f0e8c0a9 (patch)
tree019eb3c0fe829c455270322047bc0509fa9bb2a2
parent79a5101c4f26a92e60102f84603f925fe0c5e07a (diff)
downloadawesome-9c347aa63684d7742d59fa724c5ce321f0e8c0a9.tar.gz
awesome-9c347aa63684d7742d59fa724c5ce321f0e8c0a9.tar.bz2
Removes layoutbox
-rw-r--r--config.dot/awesome.link/wibar.lua4
1 files 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(),
},
}