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

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

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