diff options
| -rw-r--r-- | common/modules/mango/default.nix | 6 | ||||
| -rw-r--r-- | common/modules/mango/scripts.nix | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/common/modules/mango/default.nix b/common/modules/mango/default.nix index 41b1029..b32d86e 100644 --- a/common/modules/mango/default.nix +++ b/common/modules/mango/default.nix @@ -94,7 +94,7 @@ in # Window effect blur=${if cfg.window.blur.enable then "1" else "0"} - blur_layer=1 + blur_layer=0 blur_optimized=1 blur_params_num_passes = ${toString cfg.window.blur.passes} blur_params_radius = ${toString cfg.window.blur.radius} @@ -398,7 +398,7 @@ in wl-clip-persist --clipboard regular & ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1 & gnome-keyring-daemon --start --components=secrets,ssh,pkcs11 & - swww-daemon -q & + awww-daemon -q & ${lib.optionalString (config.beeMods.dwm.enable) '' systemctl --user stop xidlehook.service @@ -413,7 +413,7 @@ in ''; }; home.packages = with pkgs; [ - swww + awww wl-clipboard-rs wl-clip-persist ]; 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 |
