wallFadeDuration config opt

This commit is contained in:
Zacharias-Brohn
2025-11-19 19:50:15 +01:00
parent 07e399f6d9
commit 237ea8cfc3
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -2,6 +2,7 @@ pragma Singleton
import Quickshell
import Quickshell.Io
import qs.Modules
Singleton {
@@ -39,6 +40,7 @@ Singleton {
property WorkspaceWidget workspaceWidget: WorkspaceWidget {}
property Colors colors: Colors {}
property string gpuType: ""
property int wallFadeDuration: MaterialEasing.standardTime
}
}
}