Files
z-bar-qt/Config/Osd.qml
T
Zacharias-Brohn b22e79a2c5 osd
2026-02-16 19:46:26 +01:00

15 lines
336 B
QML

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