From 4814403bbf58794da3349f21e55746e50e68eab4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 8 Apr 2020 22:01:51 -0400 Subject: pgrep junk removed and minor script changes --- .local/bin/statusbar/volume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/volume') diff --git a/.local/bin/statusbar/volume b/.local/bin/statusbar/volume index fd59a6f..cd79de3 100755 --- a/.local/bin/statusbar/volume +++ b/.local/bin/statusbar/volume @@ -5,7 +5,7 @@ case $BLOCK_BUTTON in 2) amixer sset Master toggle ;; 4) amixer sset Master 5%+ >/dev/null 2>/dev/null ;; 5) amixer sset Master 5%- >/dev/null 2>/dev/null ;; - 3) pgrep -x dunst >/dev/null && notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted. + 3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted. - Middle click to mute. - Scroll to change." esac -- cgit v1.3.1