diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 11:59:54 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 11:59:54 +0200 | 
| commit | 09afad980c496c22b916a34f2a63a3a93e48bd89 (patch) | |
| tree | 51dffb6731f034134618947c74bbe775f28adeaa /bin/guiscripts | |
| parent | ee7d03227389e8c474cd2c5cf7b3018221b6d631 (diff) | |
don't test for cache dir
Diffstat (limited to 'bin/guiscripts')
| -rwxr-xr-x | bin/guiscripts/newwal | 1 | 
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")}" ||  | 
