blob: 3dd7859ff0bc208c9515c0f2a187eb0c8c8830d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import Quickshell.Io
JsonObject {
property bool configLoaded: true
property bool chargingChanged: true
property bool audioOutputChanged: true
property bool audioInputChanged: true
property bool capsLockChanged: true
property bool numLockChanged: true
property bool kbLayoutChanged: true
property bool kbLimit: true
}
|