aboutsummaryrefslogtreecommitdiff
path: root/rm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rm.sh')
-rwxr-xr-xrm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rm.sh b/rm.sh
index 59a07fc..633f9df 100755
--- a/rm.sh
+++ b/rm.sh
@@ -8,4 +8,4 @@ for file in "$@"
do
mv "$file" "$folder"
done
-pkill -SIGRTMIN+14 i3blocks
+[ -n "$STATUS_BAR" ] && pkill -SIGRTMIN+14 "$STATUS_BAR"