diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-07-03 10:40:40 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-07-03 10:40:40 +0200 |
| commit | 196d86cc30bc0a74f922b22161bae125b21a41d1 (patch) | |
| tree | e051498df67ee745d8a84091dacb0952216a022c /scripts/randwp | |
| parent | 0be2e43a2cc9c68c4e12d76be19cfc0a469ca6d5 (diff) | |
| parent | 5fe7bd2b4891ea8cbd95920199c84481f7987907 (diff) | |
Merge branch 'main' of github.com:Laitram31/.config
Diffstat (limited to 'scripts/randwp')
| -rwxr-xr-x | scripts/randwp | 2 |
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() { |
