aboutsummaryrefslogtreecommitdiff
path: root/i3blocks/i3vol.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3blocks/i3vol.sh')
-rwxr-xr-xi3blocks/i3vol.sh2
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}')