From ff1386de7f7cb385a8b5f59a8588194eb3f1774a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 4 Oct 2025 14:43:28 -0700 Subject: Some stuff --- dots/home/scripts/wallpaper.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dots/home/scripts/wallpaper.sh (limited to 'dots/home/scripts/wallpaper.sh') 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 + -- cgit v1.2.3-70-g09d2