summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
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])