script-linux/wallpaper

7 lines
129 B
Plaintext
Raw Normal View History

2024-02-29 14:49:07 +01:00
#!/bin/bash
wallpath=$OPT_PATH/img/funny-linux
img=$(ls $wallpath | dmenu -l 10 -p "wallpaper:")
feh --bg-scale $wallpath/$img