summaryrefslogtreecommitdiff
path: root/config/ToastsConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/ToastsConfig.qml')
-rw-r--r--config/ToastsConfig.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/ToastsConfig.qml b/config/ToastsConfig.qml
new file mode 100644
index 0000000..5fed72f
--- /dev/null
+++ b/config/ToastsConfig.qml
@@ -0,0 +1,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
+}