nosignal-shell/config/OsdConfig.qml
2025-07-26 14:30:48 +10:00

12 lines
254 B
QML

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
}
}