summaryrefslogtreecommitdiff
path: root/scripts/randwp
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-06-29 10:53:57 +0200
committermarcellus <msimon_fr@hotmail.com>2023-06-29 10:53:57 +0200
commitd36d490dd9c8b0202b7342c55c45abea73938ada (patch)
treebb8f3e42a4a2f3338d3e1137e1aab92c6d02ff4e /scripts/randwp
parentf8e2c21e3006cee4aef9456cedab10b3f8f83ad6 (diff)
patch: lotsa things changed, read the diff
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() {