From 2901f226f477ee942860b8d63a66324b99eaaa1f Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Thu, 26 Feb 2026 16:03:37 +0100 Subject: [PATCH] Doubled fade time --- henrovnix_ok/assets/conf/desktop/wallpaper/wallpaper.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/henrovnix_ok/assets/conf/desktop/wallpaper/wallpaper.conf b/henrovnix_ok/assets/conf/desktop/wallpaper/wallpaper.conf index e99224254..ed9b034ba 100644 --- a/henrovnix_ok/assets/conf/desktop/wallpaper/wallpaper.conf +++ b/henrovnix_ok/assets/conf/desktop/wallpaper/wallpaper.conf @@ -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]