forked from Shinonome/dots-hyprland
config options: add fixed bg clock pos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user