From 32f94704c7492f7b9b63f66f33229a9b8e628e59 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:10:55 +0700 Subject: [PATCH] bar: power profiles: change icon for "balanced" --- .config/quickshell/ii/modules/bar/UtilButtons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/bar/UtilButtons.qml b/.config/quickshell/ii/modules/bar/UtilButtons.qml index 93c26e9c6..a1afd7d81 100644 --- a/.config/quickshell/ii/modules/bar/UtilButtons.qml +++ b/.config/quickshell/ii/modules/bar/UtilButtons.qml @@ -130,7 +130,7 @@ Item { fill: 0 text: switch(PowerProfiles.profile) { case PowerProfile.PowerSaver: return "battery_saver" - case PowerProfile.Balanced: return "balance" + case PowerProfile.Balanced: return "dynamic_form" case PowerProfile.Performance: return "speed" } iconSize: Appearance.font.pixelSize.large