Skip to content

Instantly share code, notes, and snippets.

@tsolar
Last active March 1, 2021 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsolar/3b28e0c4697f2d2061867355e53cd549 to your computer and use it in GitHub Desktop.
Save tsolar/3b28e0c4697f2d2061867355e53cd549 to your computer and use it in GitHub Desktop.
change wallpaper with feh
feh --no-fehbg --bg-fill $(find "${HOME}/Pictures/wallpapers/" -type f -name *.jpg | shuf -n 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment