Files
nixos-dots/dots/quickshell/config/OsdConfig.qml
zastian@mrthoddata.com 040bc459a4 quickshell lets gooo
2025-06-17 18:54:28 +01: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
}
}