diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-10-21 14:05:06 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-10-21 14:05:06 +1100 |
| commit | 8a46b63a557ef026c4e69b6ebf3498db7c2dfdd8 (patch) | |
| tree | 19439cf32549646ac933a1732b3cdb017c690176 /config | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-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')
| -rw-r--r-- | config/BackgroundConfig.qml | 1 |
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 } |