diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | home-manager/config/yambar/scripts/sound-volume (renamed from home-manager/config/yambar/scripts/sound-volume.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/yambar/scripts/sound-volume.sh b/home-manager/config/yambar/scripts/sound-volume index 8fc0107f..8a9cf0d2 100644..100755 --- a/home-manager/config/yambar/scripts/sound-volume.sh +++ b/home-manager/config/yambar/scripts/sound-volume @@ -18,5 +18,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 |