summaryrefslogtreecommitdiff
path: root/bin/guiscripts/newwal
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-04 11:59:54 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-04 11:59:54 +0200
commit09afad980c496c22b916a34f2a63a3a93e48bd89 (patch)
tree51dffb6731f034134618947c74bbe775f28adeaa /bin/guiscripts/newwal
parentee7d03227389e8c474cd2c5cf7b3018221b6d631 (diff)
don't test for cache dir
Diffstat (limited to 'bin/guiscripts/newwal')
-rwxr-xr-xbin/guiscripts/newwal1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/guiscripts/newwal b/bin/guiscripts/newwal
index 3014c87..3f6532c 100755
--- a/bin/guiscripts/newwal
+++ b/bin/guiscripts/newwal
@@ -6,7 +6,6 @@ wall="$HOME/pics/wallpaper"
walls="$HOME/pics/wallpapers"
walcache="$HOME/.cache/wal"
res="1920x1080"
-test -d "$walcache" || exit 1
# if no (valid) argument, use random wallpaper
test -f "${wal:=$(realpath "$1")}" ||