summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 12:07:44 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 12:07:44 +1000
commit82139e9c2d04bae0d40fa5702751d6bf7edfce05 (patch)
tree24e325f64accb6e9927fe6d2cb3035f04e5d3ad9 /config/BarConfig.qml
parentrefactor: bar clock use anchors (diff)
downloadcaelestia-shell-82139e9c2d04bae0d40fa5702751d6bf7edfce05.tar.gz
caelestia-shell-82139e9c2d04bae0d40fa5702751d6bf7edfce05.tar.bz2
caelestia-shell-82139e9c2d04bae0d40fa5702751d6bf7edfce05.zip
refactor: workspaces use inner bar height
Also simplify boxpadding
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 0173f18..1ecffc0 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -11,6 +11,7 @@ Singleton {
component Sizes: QtObject {
readonly property int height: 50
+ readonly property int innerHeight: 30
readonly property int floatingGap: 10
readonly property int floatingGapLarge: 15
}