summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2016-12-17 17:58:23 +0100
committerPeter Palfrader <peter@palfrader.org>2016-12-19 08:50:01 +0100
commit3a7bb799950d6f95118ae341b4c39ac705b21c3a (patch)
tree93a3fde6d42d41504b4855d33547fde1ef350f5c /config/awesome/rc.lua
parentb767be3ffd3e858c54951a67eacd5b5eadf8c7c6 (diff)
multi battery widget
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index dfbc563..f02c679 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -206,8 +206,7 @@ for s = 1, screen.count() do
-- Widgets that are aligned to the right
local right_layout = wibox.layout.fixed.horizontal()
if s == 1 then right_layout:add(wibox.widget.systray()) end
- right_layout:add(bat0_widget)
- right_layout:add(bat1_widget)
+ right_layout:add(battery_widget)
right_layout:add(volume_widget)
right_layout:add(mytextclock)
right_layout:add(mylayoutbox[s])