diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 17:07:54 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 17:07:54 -0400 |
| commit | bb6717666a669aa81cda28896ed292ca5af55ece (patch) | |
| tree | 5f3c5fed20fd3bf8fe38e10d7e09b81558c64a79 /config/ToastsConfig.qml | |
| parent | add date to clock (diff) | |
| download | caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.tar.gz caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.tar.bz2 caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.zip | |
change things
Diffstat (limited to 'config/ToastsConfig.qml')
| -rw-r--r-- | config/ToastsConfig.qml | 14 |
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 +} |