diff options
Diffstat (limited to 'config.dot/awesome.link/rc.lua')
-rw-r--r-- | config.dot/awesome.link/rc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.dot/awesome.link/rc.lua b/config.dot/awesome.link/rc.lua index e5fe3bb..6b7df95 100644 --- a/config.dot/awesome.link/rc.lua +++ b/config.dot/awesome.link/rc.lua @@ -57,9 +57,9 @@ dofile(configdir .. "/functions.lua") -- }}} -- {{{ Widgets --- Leds dofile(configdir .. "/leds.lua") dofile(configdir .. "/volume.lua") +dofile(configdir .. "/battery.lua") if file_exists(homedir .. "/.custom/awesome/awesompd.lua") then awesompd = true @@ -173,6 +173,7 @@ for s = 1, screen.count() do mytextclock, s == 1 and mysystray or nil, volume_widget, + battery_widget, myledbox, awesompd and musicwidget.widget or nil, mytasklist[s], |