summaryrefslogtreecommitdiff
path: root/config/BackgroundConfig.qml
diff options
context:
space:
mode:
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
+}