diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-28 19:28:30 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-28 19:28:30 +1000 |
| commit | e878949858610523175e24d4795780cc0806612a (patch) | |
| tree | baf419b4ebd4e7a0ebd021e8a63f436d3b4e3b27 /config/Appearance.qml | |
| parent | bar: workspaces events (diff) | |
| download | caelestia-shell-e878949858610523175e24d4795780cc0806612a.tar.gz caelestia-shell-e878949858610523175e24d4795780cc0806612a.tar.bz2 caelestia-shell-e878949858610523175e24d4795780cc0806612a.zip | |
bar: workspaces show occupied
Diffstat (limited to 'config/Appearance.qml')
| -rw-r--r-- | config/Appearance.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Appearance.qml b/config/Appearance.qml index 263b653..aef3d63 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -11,8 +11,8 @@ Singleton { property bool borders: true readonly property QtObject transparency: QtObject { - property real base: 0.58 - property real layers: 0.3 + property real base: 0.78 + property real layers: 0.5 } readonly property QtObject rounding: QtObject { |