summaryrefslogtreecommitdiff
path: root/config/BackgroundConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-27 23:09:10 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-27 23:09:10 +1000
commitee43b0f7e829c74f84aa030e8c96ae7c2c299b9f (patch)
treea9b6727c4d1a72f0738a0bbed68820e1d3b6cbfc /config/BackgroundConfig.qml
parentplugin/cim: fix removed slot (diff)
downloadcaelestia-shell-ee43b0f7e829c74f84aa030e8c96ae7c2c299b9f.tar.gz
caelestia-shell-ee43b0f7e829c74f84aa030e8c96ae7c2c299b9f.tar.bz2
caelestia-shell-ee43b0f7e829c74f84aa030e8c96ae7c2c299b9f.zip
config: disable visualiser by default
Diffstat (limited to 'config/BackgroundConfig.qml')
-rw-r--r--config/BackgroundConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml
index e901545..af46053 100644
--- a/config/BackgroundConfig.qml
+++ b/config/BackgroundConfig.qml
@@ -10,7 +10,7 @@ JsonObject {
}
component Visualiser: JsonObject {
- property bool enabled: true
+ property bool enabled: false
property bool autoHide: true
property real rounding: 1
property real spacing: 1