diff options
Diffstat (limited to 'cmusPlay.sh')
-rwxr-xr-x | cmusPlay.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmusPlay.sh b/cmusPlay.sh index e60dc45..a132062 100755 --- a/cmusPlay.sh +++ b/cmusPlay.sh @@ -8,5 +8,4 @@ else cmus-remote -u fi -pkill -SIGRTMIN+12 i3blocks - +[ -n "$STATUS_BAR" ] && pkill -SIGRTMIN+12 "$STATUS_BAR" |