nosignal-shell/config/OsdConfig.qml
2025-07-19 15:03:22 +10:00

11 lines
222 B
QML

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