diff --git a/.config/ags/modules/bar/normal/system.js b/.config/ags/modules/bar/normal/system.js index 166afcacb..c7ec83dd6 100644 --- a/.config/ags/modules/bar/normal/system.js +++ b/.config/ags/modules/bar/normal/system.js @@ -108,7 +108,7 @@ const BarBattery = () => Box({ className: 'bar-batt', homogeneous: true, children: [ - MaterialIcon('settings_heart', 'small'), + MaterialIcon('battery_full', 'small'), ], setup: (self) => self.hook(Battery, box => { box.toggleClassName('bar-batt-low', Battery.percent <= userOptions.battery.low);