bars: refractor bar groups

This commit is contained in:
end-4
2025-08-15 22:49:43 +07:00
parent 9fc0d26eb5
commit d05c451294
5 changed files with 26 additions and 59 deletions
@@ -323,7 +323,6 @@ Singleton {
property real baseBarHeight: 40
property real barHeight: Config.options.bar.cornerStyle === 1 ?
(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
@@ -344,7 +343,6 @@ Singleton {
property real baseVerticalBarWidth: 46
property real verticalBarWidth: Config.options.bar.cornerStyle === 1 ?
(baseVerticalBarWidth + root.sizes.hyprlandGapsOut * 2) : baseVerticalBarWidth
property real verticalBarGroupWidth: 38
}
syntaxHighlightingTheme: root.m3colors.darkmode ? "Monokai" : "ayu Light"