This commit is contained in:
josh
2018-08-26 12:57:57 +03:00
parent 283a41e39a
commit 5c1d7a61c0
70 changed files with 322 additions and 1335 deletions

8
.scripts/dmenu-wal.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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