diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 14:43:28 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 14:53:07 -0700 |
commit | ff1386de7f7cb385a8b5f59a8588194eb3f1774a (patch) | |
tree | 9ab7458dfe8e09118b0081437ff375894fb468ad /dots/home/scripts/wallpaper.sh | |
parent | 1722f55eccec31cc86cdee1a3673ebfa02af57a6 (diff) | |
download | dotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.tar.gz dotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.zip |
Some stuff
Diffstat (limited to 'dots/home/scripts/wallpaper.sh')
-rw-r--r-- | dots/home/scripts/wallpaper.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dots/home/scripts/wallpaper.sh b/dots/home/scripts/wallpaper.sh new file mode 100644 index 0000000..47c604c --- /dev/null +++ b/dots/home/scripts/wallpaper.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +wallpaper=`find -L $HOME/Pictures/wallpapers -type f | shuf -n1` +swww img $wallpaper --transition-type random + |