summaryrefslogtreecommitdiff
path: root/config/BackgroundConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-10-21 14:05:06 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-10-21 14:05:06 +1100
commit8a46b63a557ef026c4e69b6ebf3498db7c2dfdd8 (patch)
tree19439cf32549646ac933a1732b3cdb017c690176 /config/BackgroundConfig.qml
parent[CI] chore: update flake (diff)
downloadcaelestia-shell-8a46b63a557ef026c4e69b6ebf3498db7c2dfdd8.tar.gz
caelestia-shell-8a46b63a557ef026c4e69b6ebf3498db7c2dfdd8.tar.bz2
caelestia-shell-8a46b63a557ef026c4e69b6ebf3498db7c2dfdd8.zip
background: fix visualiser blur + allow disable
Fixes #807
Diffstat (limited to 'config/BackgroundConfig.qml')
-rw-r--r--config/BackgroundConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml
index af46053..ec6b299 100644
--- a/config/BackgroundConfig.qml
+++ b/config/BackgroundConfig.qml
@@ -12,6 +12,7 @@ JsonObject {
component Visualiser: JsonObject {
property bool enabled: false
property bool autoHide: true
+ property bool blur: false
property real rounding: 1
property real spacing: 1
}