Last active
January 31, 2022 15:35
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env zsh | |
DISPLAY=:0 feh --recursive --randomize --bg-fill ~/Pictures/backgrounds/* &> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uses
feh
: https://feh.finalrewind.org