[Linux] Allow nob symlink wallpapers
This commit is contained in:
parent
dac96ab832
commit
20c3e2c86f
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
find ~/Pictures/wallpaper/use -type l | rofi -dmenu | xargs wallpaper.sh
|
||||
find ~/Pictures/wallpaper/use -type f -or -type l | rofi -dmenu | xargs wallpaper.sh
|
||||
|
@ -1,7 +1,7 @@
|
||||
WALLPAPER_DIR="$HOME/Pictures/wallpaper/"
|
||||
|
||||
random_paper() {
|
||||
find "$WALLPAPER_DIR"use -type l | shuf -n1
|
||||
find "$WALLPAPER_DIR"use -type f -or -type l | shuf -n1
|
||||
}
|
||||
|
||||
wallpaper() {
|
||||
|
Loading…
Reference in New Issue
Block a user