diff options
author | Amin Bandali <me@aminb.org> | 2015-02-28 16:34:05 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-28 16:34:05 -0500 |
commit | 5c899f1fe5ad5b0197cc4fd9cd7f5c6139eff122 (patch) | |
tree | 35af515d5479d6b3871c32d5147fb5aea7bd93e2 /sxhkd | |
parent | 6a51aabafd14ce7f1aa916826a06cbe1dec6956a (diff) | |
download | configs-5c899f1fe5ad5b0197cc4fd9cd7f5c6139eff122.tar.gz configs-5c899f1fe5ad5b0197cc4fd9cd7f5c6139eff122.tar.xz configs-5c899f1fe5ad5b0197cc4fd9cd7f5c6139eff122.zip |
always-up-to-date volume/icon in panel
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index a1a9795..c8ded7b 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -124,17 +124,10 @@ XF86AudioNext mpc next XF86AudioRaiseVolume - pamixer --allow-boost --increase 5;\ - pamixer --get-volume > /tmp/volinfo + pamixer --allow-boost --increase 5 XF86AudioLowerVolume - pamixer --allow-boost --decrease 5;\ - pamixer --get-volume > /tmp/volinfo + pamixer --allow-boost --decrease 5 XF86AudioMute - pamixer --toggle-mute;\ - if $(pamixer --get-mute) ; then;\ - echo ⮝ > /tmp/spkicon;\ - else;\ - echo ⮟ > /tmp/spkicon;\ - fi + pamixer --toggle-mute |