1
0
Fork 0
ryzowanie/local/bin/setbg

6 lines
97 B
Text
Raw Permalink Normal View History

2024-06-11 12:13:43 +02:00
#/bin/sh
wpath="$HOME/i/wallpapers"
img=$(ls $wpath | fzf)
feh --no-fehbg --bg-fill $wpath/$img