4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
find ~/Pictures/wallpaper/use -type f -or -type l | rofi -i -dmenu | xargs wallpaper.sh
|