summaryrefslogtreecommitdiff
path: root/config/OsdConfig.qml
blob: ea2375bf68d3c00d21712988b5d6f880a7eca511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import Quickshell.Io

JsonObject {
    property bool enabled: true
    property int hideDelay: 2000
    property bool enableBrightness: true
    property Sizes sizes: Sizes {}

    component Sizes: JsonObject {
        property int sliderWidth: 30
        property int sliderHeight: 150
    }
}