Doubled fade time

This commit is contained in:
2026-02-26 16:03:37 +01:00
parent 683f812f1f
commit 2901f226f4
@@ -17,7 +17,7 @@
# Directory to pick wallpapers from
path = "~/nixos_conf/wallpaperstuff/pictures"
# Switch every 60 minutes
# Switch every X minutes
duration = "5m"
# Random order (ascending/descending/random)
@@ -30,7 +30,7 @@ recursive = true
mode = "stretch"
# Transition time in milliseconds
transition-time = 2500
transition-time = 5000
# Apply a "fade-like" transition (uses gl-transitions)
[default.transition.dissolve]