From 2f1c66570f5ed0135b368cba5bf9b6e81f8e70f4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:14:51 +0100 Subject: [PATCH] Change battery health icon from 'healing' to 'heart_check' --- dots/.config/quickshell/ii/modules/bar/BatteryPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/bar/BatteryPopup.qml b/dots/.config/quickshell/ii/modules/bar/BatteryPopup.qml index 47345ee1f..037313e3f 100644 --- a/dots/.config/quickshell/ii/modules/bar/BatteryPopup.qml +++ b/dots/.config/quickshell/ii/modules/bar/BatteryPopup.qml @@ -90,7 +90,7 @@ StyledPopup { Layout.fillWidth: true MaterialSymbol { - text: "healing" + text: "heart_check" color: Appearance.colors.colOnSurfaceVariant iconSize: Appearance.font.pixelSize.large }