From 2faf615b68558469ed88b735c01efdc27c39e3f2 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:54:30 +0700 Subject: [PATCH] bar: make icon for cpu more readable --- .config/quickshell/ii/modules/bar/Resource.qml | 1 + .config/quickshell/ii/modules/bar/Resources.qml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/bar/Resource.qml b/.config/quickshell/ii/modules/bar/Resource.qml index cb6427028..f6b639e2e 100644 --- a/.config/quickshell/ii/modules/bar/Resource.qml +++ b/.config/quickshell/ii/modules/bar/Resource.qml @@ -51,6 +51,7 @@ Item { MaterialSymbol { anchors.centerIn: parent + font.weight: Font.DemiBold fill: 1 text: iconName iconSize: Appearance.font.pixelSize.normal diff --git a/.config/quickshell/ii/modules/bar/Resources.qml b/.config/quickshell/ii/modules/bar/Resources.qml index 23c897c8b..f526decd4 100644 --- a/.config/quickshell/ii/modules/bar/Resources.qml +++ b/.config/quickshell/ii/modules/bar/Resources.qml @@ -53,14 +53,14 @@ Item { } Resource { - iconName: "settings_slow_motion" + iconName: "planner_review" percentage: ResourceUsage.cpuUsage shown: Config.options.bar.resources.alwaysShowCpu || !(MprisController.activePlayer?.trackTitle?.length > 0) || root.alwaysShowAllResources Layout.leftMargin: shown ? 6 : 0 - tooltipHeaderIcon: "settings_slow_motion" + tooltipHeaderIcon: "planner_review" tooltipHeaderText: Translation.tr("CPU usage") tooltipData: [ { icon: "bolt", label: Translation.tr("Load:"), value: (ResourceUsage.cpuUsage > 0.8 ?