diff options
| author | silly <u65487754@gmail.com> | 2026-03-09 01:51:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 01:51:00 +0100 |
| commit | ebf59040b1bb4210098e7e383e541d39a77f7d46 (patch) | |
| tree | c5fe55490036d3670cedaa69183bdfbf9c9039d7 /.config/scripts | |
| parent | 54f60717a3db62ef35d37ee807220eb4b0ffd359 (diff) | |
Update wallpaper.sh
Diffstat (limited to '.config/scripts')
| -rw-r--r-- | .config/scripts/wallpaper.sh | 1 |
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 |
