From a28618ab7865bd6306a8e91355cac8f6523875da Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:57:40 +0700 Subject: [PATCH] appearance: add barGroupHeight --- .config/quickshell/ii/modules/common/Appearance.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/Appearance.qml b/.config/quickshell/ii/modules/common/Appearance.qml index f7e3a9eb..938d54c4 100644 --- a/.config/quickshell/ii/modules/common/Appearance.qml +++ b/.config/quickshell/ii/modules/common/Appearance.qml @@ -322,7 +322,8 @@ Singleton { sizes: QtObject { property real baseBarHeight: 40 property real barHeight: Config.options.bar.cornerStyle === 1 ? - (baseBarHeight + Appearance.sizes.hyprlandGapsOut * 2) : baseBarHeight + (baseBarHeight + root.sizes.hyprlandGapsOut * 2) : baseBarHeight + property real barGroupHeight: 32 property real barCenterSideModuleWidth: Config.options?.bar.verbose ? 360 : 140 property real barCenterSideModuleWidthShortened: 280 property real barCenterSideModuleWidthHellaShortened: 190