This commit is contained in:
Zacharias-Brohn
2026-02-16 18:54:36 +01:00
parent b77e728313
commit ded3ab06df
12 changed files with 903 additions and 46 deletions
+14
View File
@@ -0,0 +1,14 @@
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
}
}