Files
cnix/modules/home/services/quickshell/shell/config/OsdConfig.qml
2025-06-30 17:19:24 +02:00

11 lines
197 B
QML

import Quickshell.Io
JsonObject {
property int hideDelay: 2000
property JsonObject sizes: JsonObject {
property int sliderWidth: 30
property int sliderHeight: 150
}
}