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

JsonObject {
    property int hideDelay: 2000
    property Sizes sizes: Sizes {}

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