diff options
| author | silly <u65487754@gmail.com> | 2026-03-29 20:16:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-29 20:16:12 +0200 |
| commit | 51c384d37c2035aafd9a45a17626023bb637d9ec (patch) | |
| tree | cdb3e223bb1ac3ce89d0334b9eed6491f14d3f4e /.config | |
| parent | e21f2cc8114cb087a41c52d29d6eaede7b129d2a (diff) | |
Replace 'swww' with 'awww' in wallpaper script
Diffstat (limited to '.config')
| -rw-r--r-- | .config/scripts/wallpaper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/scripts/wallpaper.sh b/.config/scripts/wallpaper.sh index b33e094..7f7096c 100644 --- a/.config/scripts/wallpaper.sh +++ b/.config/scripts/wallpaper.sh @@ -38,8 +38,8 @@ fi FULL_PATH="$WALLPAPER_DIR/$selected" -swww img -o "$MAIN_MONITOR" "$FULL_PATH" --transition-type grow --transition-duration 1.5 --transition-fps 120 -swww clear --outputs "$SECOND_MONITOR" +awww img -o "$MAIN_MONITOR" "$FULL_PATH" --transition-type grow --transition-duration 1.5 --transition-fps 120 +awww clear --outputs "$SECOND_MONITOR" wal -i "$FULL_PATH" -n -q mkdir -p "$(dirname "$CACHE_PATH")" |
