summaryrefslogtreecommitdiff
path: root/config/BackgroundConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-20 16:43:47 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-20 16:43:47 +1000
commit4cd554d19154a6c931d68e955751f9a66b60d9f2 (patch)
tree036ebde8cc1dc6b442079158cc393e1859d14e42 /config/BackgroundConfig.qml
parentfeat: add apple studio display brightness support (#214) (diff)
downloadcaelestia-shell-4cd554d19154a6c931d68e955751f9a66b60d9f2.tar.gz
caelestia-shell-4cd554d19154a6c931d68e955751f9a66b60d9f2.tar.bz2
caelestia-shell-4cd554d19154a6c931d68e955751f9a66b60d9f2.zip
config: allow disabling background
Closes #208
Diffstat (limited to 'config/BackgroundConfig.qml')
-rw-r--r--config/BackgroundConfig.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml
new file mode 100644
index 0000000..9bcca87
--- /dev/null
+++ b/config/BackgroundConfig.qml
@@ -0,0 +1,5 @@
+import Quickshell.Io
+
+JsonObject {
+ property bool enabled: true
+}