summaryrefslogtreecommitdiff
path: root/home-config/hypr/wallpaper.sh
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-11-07 20:42:30 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2023-11-07 20:42:30 -0500
commit121b0c3b6a68ee7df4c31ef11780be0a07da0810 (patch)
tree9b6b362cd9b971850e015c6b03ec2ef52f2824f2 /home-config/hypr/wallpaper.sh
parent3b3b1f7ff013d770865dbf5f284f6e7328e0d7b3 (diff)
wallpaper daemon
Diffstat (limited to 'home-config/hypr/wallpaper.sh')
-rwxr-xr-xhome-config/hypr/wallpaper.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/home-config/hypr/wallpaper.sh b/home-config/hypr/wallpaper.sh
index 7d9ea21..ac2c627 100755
--- a/home-config/hypr/wallpaper.sh
+++ b/home-config/hypr/wallpaper.sh
@@ -1,6 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Eventually allow for multiple animated backgrounds to be rotated. 3sleep 2
4# Right now just reset the current image for when outputs are changed
5 4
6swww img ~/.config/hypr/Wallpapers/above-clouds.jpg 5# Get currently loaded image
6IMG=`cat /tmp/$USER-desktop-anim | tail -n1`
7
8# Load it for the monitors
9swww img $IMG