summaryrefslogtreecommitdiff
path: root/ar/.local/bin/unmounter
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.local/bin/unmounter')
-rwxr-xr-xar/.local/bin/unmounter2
1 files changed, 2 insertions, 0 deletions
diff --git a/ar/.local/bin/unmounter b/ar/.local/bin/unmounter
index 537fd25..4c77af8 100755
--- a/ar/.local/bin/unmounter
+++ b/ar/.local/bin/unmounter
@@ -49,6 +49,8 @@ else
notify-send "🚮 Mounted path removed." "$chosen has been removed."
fi
+pkill -RTMIN+1 dwmblocks
+
# Close the chosen drive if decrypted.
cryptid="$(echo "$lsblkoutput" | grep "/${chosen#*/}$")"
cryptid="${cryptid%% *}"