Skip to content

Instantly share code, notes, and snippets.

@drhayes
Last active January 31, 2022 15:35
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 drhayes/ab26d7d93c9e88c056fe4d71bf646ea9 to your computer and use it in GitHub Desktop.
Save drhayes/ab26d7d93c9e88c056fe4d71bf646ea9 to your computer and use it in GitHub Desktop.
Script to change the background to a random file in my backgrounds directory.
#! /usr/bin/env zsh
DISPLAY=:0 feh --recursive --randomize --bg-fill ~/Pictures/backgrounds/* &> /dev/null
@drhayes
Copy link
Author

drhayes commented Jan 31, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment