From bb6717666a669aa81cda28896ed292ca5af55ece Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 16 Mar 2026 17:07:54 -0400 Subject: change things --- config/ToastsConfig.qml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/ToastsConfig.qml (limited to 'config/ToastsConfig.qml') 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 +} -- cgit v1.2.3-freya