diff --git a/dots/.config/quickshell/ii/modules/common/config/HeftyConfig.qml b/dots/.config/quickshell/ii/modules/common/config/HeftyConfig.qml index efe35cf33..6284263d0 100644 --- a/dots/.config/quickshell/ii/modules/common/config/HeftyConfig.qml +++ b/dots/.config/quickshell/ii/modules/common/config/HeftyConfig.qml @@ -7,7 +7,7 @@ JsonObject { property list leftWidgets: ["HWindowInfo"] property list centerLeftWidgets: ["HTime"] property list centerWidgets: ["HWorkspaces"] - property list centerRightWidgets: ["HSystemInfo"] + property list centerRightWidgets: ["HResources"] property list rightWidgets: [] property bool m3ExpressiveGrouping: true } diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HSystemInfo.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HResources.qml similarity index 98% rename from dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HSystemInfo.qml rename to dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HResources.qml index a07026371..0399c530d 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HSystemInfo.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HResources.qml @@ -51,9 +51,9 @@ HBarWidgetWithPopout { implicitWidth: contentGrid.implicitWidth + contentGrid.anchors.leftMargin + contentGrid.anchors.rightMargin implicitHeight: contentGrid.implicitHeight + contentGrid.anchors.topMargin + contentGrid.anchors.bottomMargin - GridLayout { + W.BoxLayout { id: contentGrid - columns: root.vertical ? 1 : -1 + vertical: root.vertical anchors.fill: parent Battery { @@ -164,7 +164,7 @@ HBarWidgetWithPopout { width: parent.width W.CircularProgress { - implicitSize: Math.max(notSoImportantBatteryStats.implicitHeight, 44) + implicitSize: 44 lineWidth: 3 value: S.Battery.percentage W.MaterialSymbol {