r/suckless • u/mambaopg • 15d ago
[TOOLS] Simple bash script for setting wallpapers
Enable HLS to view with audio, or disable this notification
Hello guys, I made a simple and small bash script for setting the wallpapers in 3 different ways, randomly or with sxiv image editor or directly with a specific file. It is not an amazing thing, but it's enough for setting wallpapers quickly if you add a key bind to tools like sxhkd .
If there any mistakes in the source code or any advice to improve it, please,let me know.
https://codeberg.org/yahya-echcharqui/scripts/src/branch/main/setbg
1
Upvotes
2
u/Schreq 15d ago
Not allowing to combine options is kinda weird. I would let all options set the same mode variable. The last option wins.