config options: add fixed bg clock pos

This commit is contained in:
end-4
2025-06-16 23:41:45 +02:00
parent 5dfa1b3445
commit 00b1aa1222
2 changed files with 21 additions and 11 deletions
@@ -39,10 +39,10 @@ Singleton {
property string terminal: "kitty -1" // This is only for shell actions
}
property QtObject battery: QtObject {
property int low: 20
property int critical: 5
property int suspend: 2
property QtObject background: QtObject {
property bool fixedClockPosition: false
property real clockX: -500
property real clockY: -500
}
property QtObject bar: QtObject {
@@ -70,6 +70,12 @@ Singleton {
}
}
property QtObject battery: QtObject {
property int low: 20
property int critical: 5
property int suspend: 2
}
property QtObject dock: QtObject {
property real height: 60
property real hoverRegionHeight: 3