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