Files
z-bar-qt/Config/Osd.qml
T
Zacharias-Brohn ded3ab06df osd
2026-02-16 18:54:36 +01:00

15 lines
336 B
QML

import Quickshell.Io
JsonObject {
property bool enabled: true
property int hideDelay: 5000
property bool enableBrightness: true
property bool enableMicrophone: true
property Sizes sizes: Sizes {}
component Sizes: JsonObject {
property int sliderWidth: 30
property int sliderHeight: 150
}
}