From a66420ef3c05c1af49f3c512c75d0c48ed0e1241 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 7 Mar 2026 15:36:38 +0530 Subject: enable systemd for waybar and mango and update wallpaper script --- common/programs/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/programs/rofi.nix') diff --git a/common/programs/rofi.nix b/common/programs/rofi.nix index d95f547..5fae556 100644 --- a/common/programs/rofi.nix +++ b/common/programs/rofi.nix @@ -43,7 +43,7 @@ echo "swaybg -i \"$FULL_PATH\" -m fill &" > "$HOME/.swaybg" sh "$HOME/.swaybg" elif command -v swww >/dev/null 2>&1; then - swww img "$FULL_PATH" --transition-type grow + swww img "$FULL_PATH" --transition-type grow --transition-fps 120 --transition-step 60 --transition-duration 1.5 else dunstify "Error: No Wayland wallpaper tool found" fi -- cgit v1.3.1