This a bash script that grabs contents from your wallpapers directory and displays in dmenu mode with wofi
The bash script runs as follows:
- Searches through the
~/Pictures/Wallpapers
directory for folders and images and labels them according to their filetypes - Displays the options in wofi dmenu mode
- Recursively executes script if folder is chosen
- Otherwise runs the
walset
script available here:
(If required, change the BASE_DIR
variable to the directory of your wallpapers and change the walset
script to whatever wallpaper set script you use)