From 4cd554d19154a6c931d68e955751f9a66b60d9f2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 20 Jul 2025 16:43:47 +1000 Subject: config: allow disabling background Closes #208 --- config/BackgroundConfig.qml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/BackgroundConfig.qml (limited to 'config/BackgroundConfig.qml') 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 +} -- cgit v1.2.3-freya