feat(bar): use phosphor icons for uniformity

This commit is contained in:
LGUG2Z
2024-09-08 12:38:51 -07:00
parent 9f78739c3f
commit a4ef85859e
10 changed files with 53 additions and 29 deletions
+2 -2
View File
@@ -91,8 +91,8 @@ impl BarWidget for Battery {
if !output.is_empty() {
for battery in output {
let emoji = match self.state {
BatteryState::Charging => "⚡️",
BatteryState::Discharging => "🔋",
BatteryState::Charging => egui_phosphor::regular::BATTERY_CHARGING,
BatteryState::Discharging => egui_phosphor::regular::BATTERY_FULL,
};
ui.add(