From a10b8b50d42517619e094979a4ff9e1787725894 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:12:05 +0100 Subject: [PATCH] change balanced power profiles icon --- .../modules/common/models/quickToggles/PowerProfilesToggle.qml | 2 +- dots/.config/quickshell/ii/modules/ii/bar/UtilButtons.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/models/quickToggles/PowerProfilesToggle.qml b/dots/.config/quickshell/ii/modules/common/models/quickToggles/PowerProfilesToggle.qml index ff4ab19ce..6fa9d38f5 100644 --- a/dots/.config/quickshell/ii/modules/common/models/quickToggles/PowerProfilesToggle.qml +++ b/dots/.config/quickshell/ii/modules/common/models/quickToggles/PowerProfilesToggle.qml @@ -12,7 +12,7 @@ QuickToggleModel { toggled: PowerProfiles.profile !== PowerProfile.Balanced icon: switch(PowerProfiles.profile) { case PowerProfile.PowerSaver: return "energy_savings_leaf" - case PowerProfile.Balanced: return "settings_slow_motion" + case PowerProfile.Balanced: return "airwave" case PowerProfile.Performance: return "local_fire_department" } statusText: switch(PowerProfiles.profile) { diff --git a/dots/.config/quickshell/ii/modules/ii/bar/UtilButtons.qml b/dots/.config/quickshell/ii/modules/ii/bar/UtilButtons.qml index 2f7197b58..abda8a63b 100644 --- a/dots/.config/quickshell/ii/modules/ii/bar/UtilButtons.qml +++ b/dots/.config/quickshell/ii/modules/ii/bar/UtilButtons.qml @@ -146,7 +146,7 @@ Item { fill: 0 text: switch(PowerProfiles.profile) { case PowerProfile.PowerSaver: return "energy_savings_leaf" - case PowerProfile.Balanced: return "settings_slow_motion" + case PowerProfile.Balanced: return "airwave" case PowerProfile.Performance: return "local_fire_department" } iconSize: Appearance.font.pixelSize.large