summaryrefslogtreecommitdiff
path: root/common/modules/mango/scripts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/mango/scripts.nix')
-rw-r--r--common/modules/mango/scripts.nix4
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