Skip to content

Instantly share code, notes, and snippets.

@LevitatingBusinessMan
Created October 23, 2023 21:12
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 LevitatingBusinessMan/605ea36d519d23d8a03d39b3469695a1 to your computer and use it in GitHub Desktop.
Save LevitatingBusinessMan/605ea36d519d23d8a03d39b3469695a1 to your computer and use it in GitHub Desktop.
Cycle through wallpapers
#!/bin/sh
file=`ls -dt ~/wallpapercycle/* | tail -n1`
touch $file
echo $file
feh --bg-tile $file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment