diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-06 11:23:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-06 11:23:17 -0300 |
commit | c6da12ed8c6c7f54c2abf1cad96953833a150e23 (patch) | |
tree | 3e56e48209bf0d4685a1017c912d73b84009318a /modules/awesome/config.dot | |
parent | 0c257b21603657fb6f04f666f4055aaba79e257c (diff) | |
download | dotfiles-c6da12ed8c6c7f54c2abf1cad96953833a150e23.tar.gz dotfiles-c6da12ed8c6c7f54c2abf1cad96953833a150e23.tar.bz2 |
Enabling volume widget
Diffstat (limited to 'modules/awesome/config.dot')
-rw-r--r-- | modules/awesome/config.dot/awesome.link/rc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/awesome/config.dot/awesome.link/rc.lua b/modules/awesome/config.dot/awesome.link/rc.lua index baebd49..cdb2c69 100644 --- a/modules/awesome/config.dot/awesome.link/rc.lua +++ b/modules/awesome/config.dot/awesome.link/rc.lua @@ -56,7 +56,7 @@ layouts = -- Leds dofile(configdir .. "/leds.lua") dofile(configdir .. "/awesompd.lua") ---dofile(configdir .. "/volume.lua") +dofile(configdir .. "/volume.lua") -- }}} -- {{{ Tags @@ -164,6 +164,7 @@ for s = 1, screen.count() do mylayoutbox[s], mytextclock, s == 1 and mysystray or nil, + volume_widget, myledbox, musicwidget.widget, mytasklist[s], |