17 lines
203 B
QML
17 lines
203 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import Quickshell.Io
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
property alias centerX: notifCenterSpacing.centerX
|
|
|
|
JsonAdapter {
|
|
id: notifCenterSpacing
|
|
|
|
property int centerX
|
|
}
|
|
}
|