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

JsonObject {
    property int hideDelay: 2000

    property JsonObject sizes: JsonObject {
        property int sliderWidth: 30
        property int sliderHeight: 150
    }
}