summaryrefslogtreecommitdiff
path: root/common/programs/rofi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/programs/rofi.nix')
-rw-r--r--common/programs/rofi.nix2
1 files changed, 1 insertions, 1 deletions
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