aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/widgets.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/widgets.lua')
-rw-r--r--config.dot/awesome.link/widgets.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.dot/awesome.link/widgets.lua b/config.dot/awesome.link/widgets.lua
index a45dfbf..d6ee20a 100644
--- a/config.dot/awesome.link/widgets.lua
+++ b/config.dot/awesome.link/widgets.lua
@@ -36,13 +36,13 @@ function () awful.util.spawn_with_shell(mailmutt) end)))
music = widget ({type = "imagebox" })
music.image = image(beautiful.widget_music)
music:buttons(awful.util.table.join(
- awful.button({ }, 1, function () awful.util.spawn_with_shell(musicplr) end),
+ awful.button({ }, 1, function () awful.util.spawn_with_shell(musicplr) end),
awful.button({ modkey }, 1, function () awful.util.spawn_with_shell("ncmpcpp toggle") end),
- awful.button({ }, 3, function () couth.notifier:notify( couth.alsa:setVolume('Master','toggle')) end),
- awful.button({ }, 4, function () couth.notifier:notify( couth.alsa:setVolume('PCM','2dB+')) end),
- awful.button({ }, 5, function () couth.notifier:notify( couth.alsa:setVolume('PCM','2dB-')) end),
- awful.button({ }, 4, function () couth.notifier:notify( couth.alsa:setVolume('Master','2dB+')) end),
- awful.button({ }, 5, function () couth.notifier:notify( couth.alsa:setVolume('Master','2dB-')) end)))
+ awful.button({ }, 3, function () couth.notifier:notify( couth.alsa:setVolume('Master','toggle')) end),
+ awful.button({ }, 4, function () couth.notifier:notify( couth.alsa:setVolume('PCM','2dB+')) end),
+ awful.button({ }, 5, function () couth.notifier:notify( couth.alsa:setVolume('PCM','2dB-')) end),
+ awful.button({ }, 4, function () couth.notifier:notify( couth.alsa:setVolume('Master','2dB+')) end),
+ awful.button({ }, 5, function () couth.notifier:notify( couth.alsa:setVolume('Master','2dB-')) end)))
--{{---| TaskWarrior widget |-----------------------------------------------------------------------