From d165a641d16c181e6251737b9c86d6bf178370be Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 27 Dec 2018 18:47:48 +0100 Subject: jue dic 27 18:47:51 CET 2018 --- i3blocks/i3vol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks/i3vol.sh') 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}') -- cgit v1.2.1