Files
z-bar-qt/Helpers/NotifCenterSpacing.qml
Zacharias-Brohn d8199f792a **animations**
oops
2025-11-17 15:02:28 +01:00

17 lines
227 B
QML

pragma Singleton
import Quickshell
import Quickshell.Io
Singleton {
id: root
property alias centerX: notifCenterSpacing.centerX
JsonAdapter {
id: notifCenterSpacing
property int centerX
}
}