diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-30 14:31:48 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-30 14:31:48 +1000 |
| commit | bdad4c47c42646ab8d1f406bcde55a3680cd9a9f (patch) | |
| tree | e3a62cb6fa2d4938edff047a6bd0681e55d12bc7 /config | |
| parent | bar: fix workspaces anims (diff) | |
| download | caelestia-shell-bdad4c47c42646ab8d1f406bcde55a3680cd9a9f.tar.gz caelestia-shell-bdad4c47c42646ab8d1f406bcde55a3680cd9a9f.tar.bz2 caelestia-shell-bdad4c47c42646ab8d1f406bcde55a3680cd9a9f.zip | |
bar: elide active window title
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index e5c0711..d33d7dd 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -20,6 +20,8 @@ Singleton { readonly property int innerHeight: 30 readonly property int floatingGap: 10 readonly property int floatingGapLarge: 15 + readonly property int maxLabelWidth: 600 + readonly property int maxLabelHeight: 400 } component Workspaces: QtObject { |