aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/config/yambar/scripts/disk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--]home-manager/config/yambar/scripts/disk (renamed from home-manager/config/yambar/scripts/disk.sh)4
1 files changed, 1 insertions, 3 deletions
diff --git a/home-manager/config/yambar/scripts/disk.sh b/home-manager/config/yambar/scripts/disk
index a6e35241..dad41feb 100644..100755
--- a/home-manager/config/yambar/scripts/disk.sh
+++ b/home-manager/config/yambar/scripts/disk
@@ -4,7 +4,6 @@
# . ~/.local/lib/shell/lib
. %SHELL_LIBRARY_PATH
-
# Main loop
while true; do
# vars
@@ -21,6 +20,5 @@ while true; do
sleep 1
done
-
-
+if [ -d "$LIB_TEMP_DIR_FOR_SCRIPT" ];then rm -r "$LIB_TEMP_DIR_FOR_SCRIPT"; fi
# vim: ft=sh