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