summaryrefslogtreecommitdiff
path: root/scripts/randwp
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-07-03 10:40:40 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-07-03 10:40:40 +0200
commit196d86cc30bc0a74f922b22161bae125b21a41d1 (patch)
treee051498df67ee745d8a84091dacb0952216a022c /scripts/randwp
parent0be2e43a2cc9c68c4e12d76be19cfc0a469ca6d5 (diff)
parent5fe7bd2b4891ea8cbd95920199c84481f7987907 (diff)
Merge branch 'main' of github.com:Laitram31/.config
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() {