This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles_old/.scripts/dmenu-wal.sh
2018-08-26 12:57:57 +03:00

9 lines
242 B
Bash
Executable File

#!/bin/bash
wallpapers=(~/.wallpapers/*)
[ -z "$wallpapers" ] && exit
chosen=$(printf "%s\n" "${wallpapers[@]}" | cut -c24-80 | ~/.scripts/dmenu.sh -i -p "Choose wallpaper:")
[ -z "$chosen" ] && exit
~/.scripts/wal.sh ~/.wallpapers/$chosen