blob: 5fed72f54bbf25934ea195b991aa9def3e341223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
import Quickshell.Io
JsonObject {
property bool configLoaded: true
property bool chargingChanged: true
property bool dndChanged: 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
property bool nowPlaying: false
}
|