From 7f57c77af1f89dbc930202b8e06544f900e7f686 Mon Sep 17 00:00:00 2001 From: vartiovaara <64323553+vartiovaara@users.noreply.github.com> Date: Sun, 1 Aug 2021 23:48:06 +0300 Subject: [PATCH] Update sb-volume --- .local/bin/statusbar/sb-volume | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume index f627cbfa..102631cb 100755 --- a/.local/bin/statusbar/sb-volume +++ b/.local/bin/statusbar/sb-volume @@ -4,9 +4,9 @@ case $BLOCK_BUTTON in 1) setsid -f "$TERMINAL" -e pulsemixer ;; - 2) pamixer -t; kill -44 $(pidof dwmblocks) ;; - 4) pamixer --allow-boost -i 1; kill -44 $(pidof dwmblocks) ;; - 5) pamixer --allow-boost -d 1; kill -44 $(pidof dwmblocks) ;; + 2) pamixer -t; kill -44 $(pidof dwmblocks) & ;; + 4) pamixer --allow-boost -i 1; kill -44 $(pidof dwmblocks) & ;; + 5) pamixer --allow-boost -d 1; kill -44 $(pidof dwmblocks) & ;; 3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted. - Middle click to mute. - Scroll to change." ;;