From d36d490dd9c8b0202b7342c55c45abea73938ada Mon Sep 17 00:00:00 2001 From: marcellus Date: Thu, 29 Jun 2023 10:53:57 +0200 Subject: patch: lotsa things changed, read the diff --- scripts/randwp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/randwp') 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() { -- cgit v1.2.3