5 lines
97 B
Text
Executable file
5 lines
97 B
Text
Executable file
#/bin/sh
|
|
|
|
wpath="$HOME/i/wallpapers"
|
|
img=$(ls $wpath | fzf)
|
|
feh --no-fehbg --bg-fill $wpath/$img
|