summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-09 01:51:00 +0100
committerGitHub <noreply@github.com>2026-03-09 01:51:00 +0100
commitebf59040b1bb4210098e7e383e541d39a77f7d46 (patch)
treec5fe55490036d3670cedaa69183bdfbf9c9039d7
parent54f60717a3db62ef35d37ee807220eb4b0ffd359 (diff)
Update wallpaper.sh
-rw-r--r--.config/scripts/wallpaper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/scripts/wallpaper.sh b/.config/scripts/wallpaper.sh
index e5d389a..309d367 100644
--- a/.config/scripts/wallpaper.sh
+++ b/.config/scripts/wallpaper.sh
@@ -15,6 +15,7 @@ FULL_PATH="$WALL_DIR/$selected"
swww img "$FULL_PATH" --transition-type grow --transition-duration 1.5 --transition-fps 120
wal -i "$FULL_PATH" -n -q
+ln -sf "$FULL_PATH" "$HOME/.cache/wallpaper.*"
kill -SIGUSR1 $(pgrep kitty) 2>/dev/null