summaryrefslogtreecommitdiff
path: root/common/programs/rofi.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 15:36:38 +0530
committerbrustybee <bee@4d2.org>2026-03-07 15:36:38 +0530
commita66420ef3c05c1af49f3c512c75d0c48ed0e1241 (patch)
treebd1623026d8cedea61a792a86ac5e163610a7851 /common/programs/rofi.nix
parent981bf88867a7d80c44708f0fc305ce41109f439c (diff)
enable systemd for waybar and mango and update wallpaper script
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