diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-27 18:47:48 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-27 18:47:48 +0100 |
commit | d165a641d16c181e6251737b9c86d6bf178370be (patch) | |
tree | b9e20f0ac05633285630c857f0d5b1056d6a902d /i3blocks/i3vol.sh | |
parent | 82cd5e57e2ecb878396e4703ee2eb4cc0bba3c9e (diff) | |
download | scripts-d165a641d16c181e6251737b9c86d6bf178370be.tar.gz scripts-d165a641d16c181e6251737b9c86d6bf178370be.zip |
jue dic 27 18:47:51 CET 2018
Diffstat (limited to 'i3blocks/i3vol.sh')
-rwxr-xr-x | i3blocks/i3vol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3blocks/i3vol.sh b/i3blocks/i3vol.sh index f702656..0e6311e 100755 --- a/i3blocks/i3vol.sh +++ b/i3blocks/i3vol.sh @@ -2,7 +2,7 @@ case $BLOCK_BUTTON in 1) i3-msg "exec urxvt -e alsamixer" >/dev/null ;; - 3) pgrep -x dunst >/dev/null && notify-send -t 2000 "Click for alsamixer" ;; + 3) pgrep -x dunst >/dev/null && notify-send -h string:x-canonical-private-synchronous:i3volHint -t 2000 "Click for alsamixer" ;; esac vol=$(pactl list sinks | grep Volumen: | awk '{print $5}') |