summaryrefslogtreecommitdiff
path: root/dots/home/scripts/wallpaper.sh
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-04 14:43:28 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-04 14:53:07 -0700
commitff1386de7f7cb385a8b5f59a8588194eb3f1774a (patch)
tree9ab7458dfe8e09118b0081437ff375894fb468ad /dots/home/scripts/wallpaper.sh
parent1722f55eccec31cc86cdee1a3673ebfa02af57a6 (diff)
downloaddotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.tar.gz
dotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.zip
Some stuff
Diffstat (limited to 'dots/home/scripts/wallpaper.sh')
-rw-r--r--dots/home/scripts/wallpaper.sh5
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
+