summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 14:57:59 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 14:57:59 +1000
commit651378d4965e1255abd524fd320f375639cd8bca (patch)
tree447f257b511354a147c3f0df5cc04efe1a2e70d8 /config
parentrefactor: separate launcher into multiple files (diff)
downloadcaelestia-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')
-rw-r--r--config/Appearance.qml2
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
}