From f257874a591f275e40f86d2fab6ac458c5d2b7d8 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 19 Nov 2025 23:47:54 +0100 Subject: [PATCH] stuff --- Config/BackgroundConfig.qml | 2 +- Modules/Background.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/BackgroundConfig.qml b/Config/BackgroundConfig.qml index 50358a6..f689ef0 100644 --- a/Config/BackgroundConfig.qml +++ b/Config/BackgroundConfig.qml @@ -2,6 +2,6 @@ import Quickshell.Io import qs.Modules JsonObject { - property int wallFadeDutation: MaterialEasing.standardTime + property int wallFadeDuration: MaterialEasing.standardTime property bool enabled: true } diff --git a/Modules/Background.qml b/Modules/Background.qml index 384b6d9..ab5041e 100644 --- a/Modules/Background.qml +++ b/Modules/Background.qml @@ -72,7 +72,7 @@ Item { Anim { target: img properties: "opacity,scale" - duration: Config.wallFadeDuration + duration: Config.background.wallFadeDuration } } }