summaryrefslogtreecommitdiff
path: root/scripts/randwp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/randwp')
-rwxr-xr-xscripts/randwp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/randwp b/scripts/randwp
index a63271d..da47247 100755
--- a/scripts/randwp
+++ b/scripts/randwp
@@ -2,7 +2,7 @@
# set a random wallpaper
# to ignore a folder or a file put it in IGNORE like "file1|folder|file2"
-WPDIR="${1:-/home/marcellus/.config/wallpapers}"
+WPDIR="${1:-/home/marcellus/.config/wallpapers/SFW}"
ALL="$(find "$WPDIR" -type f ! -path '*/.git*' ! -name 'README.md')"
searchwp() {