diff options
| author | brustybee <bee@4d2.org> | 2026-04-02 17:04:09 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-04-02 17:04:09 +0530 |
| commit | 6a1dd14ded65af8ec084e64ed444a29d938ca37a (patch) | |
| tree | dd08cda12b10aaaa3cb74886e2f3aaeacf5dec14 /common/modules/mango/scripts.nix | |
| parent | fcb192f5d882b6b65a20923fc5590080511ae99f (diff) | |
swww -> awww
Diffstat (limited to 'common/modules/mango/scripts.nix')
| -rw-r--r-- | common/modules/mango/scripts.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/modules/mango/scripts.nix b/common/modules/mango/scripts.nix index cbe387f..4fe7e2d 100644 --- a/common/modules/mango/scripts.nix +++ b/common/modules/mango/scripts.nix @@ -131,8 +131,8 @@ let set_val "wallpaper" "$FULL_PATH" if [ -n "$WAYLAND_DISPLAY" ]; then - if command -v swww >/dev/null 2>&1; then - swww img "$FULL_PATH" --transition-type grow --transition-fps 120 --transition-step 60 --transition-duration 1.5 + if command -v awww >/dev/null 2>&1; then + awww img "$FULL_PATH" --transition-type grow --transition-fps 120 --transition-step 60 --transition-duration 1.5 else pkill swaybg; swaybg -i "$FULL_PATH" -m fill & fi |
