diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-02 14:57:59 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-02 14:57:59 +1000 |
| commit | 651378d4965e1255abd524fd320f375639cd8bca (patch) | |
| tree | 447f257b511354a147c3f0df5cc04efe1a2e70d8 /config/Appearance.qml | |
| parent | refactor: separate launcher into multiple files (diff) | |
| download | caelestia-shell-651378d4965e1255abd524fd320f375639cd8bca.tar.gz caelestia-shell-651378d4965e1255abd524fd320f375639cd8bca.tar.bz2 caelestia-shell-651378d4965e1255abd524fd320f375639cd8bca.zip | |
launcher: add content
Also use surfaceContainer as background
Diffstat (limited to 'config/Appearance.qml')
| -rw-r--r-- | config/Appearance.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Appearance.qml b/config/Appearance.qml index 1a2f059..dcd1308 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -59,7 +59,7 @@ Singleton { } component Transparency: QtObject { - readonly property bool enabled: true + readonly property bool enabled: false readonly property real base: 0.78 readonly property real layers: 0.58 } |