From 1c1d4d33618eb647ff38e5802ecf6e26d16cad38 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 7 Apr 2021 20:19:45 +0200 Subject: Scripts now check env var for status bar name. --- vol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vol.sh') diff --git a/vol.sh b/vol.sh index 6ba41a6..22e77d3 100755 --- a/vol.sh +++ b/vol.sh @@ -7,4 +7,4 @@ else fi dunstify -r "$(dunstifyIDs.sh "vol")" -t 500 "$(~/scripts/i3blocks/i3vol.sh)" -pkill -SIGRTMIN+10 i3blocks +[ -n "$STATUS_BAR" ] && pkill -SIGRTMIN+10 "$STATUS_BAR" -- cgit v1.2.1