**animations**

oops
This commit is contained in:
Zacharias-Brohn
2025-11-17 15:00:22 +01:00
parent e1469df7ff
commit d8199f792a
6 changed files with 275 additions and 219 deletions
+16
View File
@@ -0,0 +1,16 @@
pragma Singleton
import Quickshell
import Quickshell.Io
Singleton {
id: root
property alias centerX: notifCenterSpacing.centerX
JsonAdapter {
id: notifCenterSpacing
property int centerX
}
}