diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2015-07-10 05:44:34 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2015-07-10 05:44:34 +0200 |
commit | 0a625750329371fb4ee12c05c6a772452a2f906b (patch) | |
tree | 8a35b8e14cf84975fc27a219423a7713a0d88807 /bin/dzen2_pgrp.sh | |
parent | f91b64f847383c7aa1878d5d92e9ec63b7b2efb5 (diff) | |
download | dzen2-config-master.tar.gz dzen2-config-master.tar.xz dzen2-config-master.zip |
We want a long running amixer, becuase the volume of the left and right
channel differ after multiple changes in short time. But on pulseaudio
restart we also have to restart amixer or no volume change could be
performed anymore.
Diffstat (limited to '')
-rw-r--r-- | bin/dzen2_pgrp.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/dzen2_pgrp.sh b/bin/dzen2_pgrp.sh index 277a197..61349b1 100644 --- a/bin/dzen2_pgrp.sh +++ b/bin/dzen2_pgrp.sh @@ -27,8 +27,9 @@ OFFSET=$((OFFSET - 17)) $DIR/bin/pulse-dbus-receive.py | \ $DZEN2 -xs "$SCREEN" -x "$OFFSET" -tw 17 -w 100 -fn "$FONT" -bg black -sa c -l 1 \ -e "entertitle=uncollapse,unhide;leavetitle=collapse;button2=exec:pavucontrol\ - ;button1=exec:$MIXER toggle;button3=exec:$MIXER 80%\ - ;button4=exec:$MIXER 2%+;button5=exec:$MIXER 2%-" & + ;button1=print:sset Master toggle;button3=print:sset Master 80%\ + ;button4=print:sset Master 2%+;button5=print:sset Master 2%-" | + $DIR/bin/mixer-wrapper.py "amixer -s" & # fill the rest of the screen with the information from xmonad cat $* | $DZEN2 -xs "$SCREEN" -x 0 -w "$OFFSET" -ta l -fn "$FONT" -bg black -e 'button1=none' & |