diff --git a/.config/quickshell/ii/modules/bar/Bar.qml b/.config/quickshell/ii/modules/bar/Bar.qml index 218e24567..120f8bc7e 100644 --- a/.config/quickshell/ii/modules/bar/Bar.qml +++ b/.config/quickshell/ii/modules/bar/Bar.qml @@ -139,7 +139,6 @@ Scope { top: barContent.bottom bottom: undefined } - width: parent.width height: Appearance.rounding.screenRounding active: showBarBackground && Config.options.bar.cornerStyle === 0 // Hug diff --git a/.config/quickshell/ii/modules/bar/BatteryIndicator.qml b/.config/quickshell/ii/modules/bar/BatteryIndicator.qml index 19eba74fc..7c6f18da4 100644 --- a/.config/quickshell/ii/modules/bar/BatteryIndicator.qml +++ b/.config/quickshell/ii/modules/bar/BatteryIndicator.qml @@ -14,7 +14,7 @@ MouseArea { readonly property bool isLow: percentage <= Config.options.battery.low / 100 implicitWidth: rowLayout.implicitWidth + rowLayout.spacing * 2 - implicitHeight: 32 + implicitHeight: Appearance.sizes.barGroupHeight hoverEnabled: true diff --git a/.config/quickshell/ii/modules/bar/ClockWidget.qml b/.config/quickshell/ii/modules/bar/ClockWidget.qml index 6f335de23..d4806a344 100644 --- a/.config/quickshell/ii/modules/bar/ClockWidget.qml +++ b/.config/quickshell/ii/modules/bar/ClockWidget.qml @@ -11,7 +11,7 @@ Item { property bool borderless: Config.options.bar.borderless property bool showDate: Config.options.bar.verbose implicitWidth: rowLayout.implicitWidth - implicitHeight: 32 + implicitHeight: Appearance.sizes.barGroupHeight RowLayout { id: rowLayout diff --git a/.config/quickshell/ii/modules/bar/Resources.qml b/.config/quickshell/ii/modules/bar/Resources.qml index f526decd4..86faa649f 100644 --- a/.config/quickshell/ii/modules/bar/Resources.qml +++ b/.config/quickshell/ii/modules/bar/Resources.qml @@ -10,7 +10,7 @@ Item { property bool borderless: Config.options.bar.borderless property bool alwaysShowAllResources: false implicitWidth: rowLayout.implicitWidth + rowLayout.anchors.leftMargin + rowLayout.anchors.rightMargin - implicitHeight: 32 + implicitHeight: Appearance.sizes.barGroupHeight RowLayout { id: rowLayout