mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-30 07:20:43 +02:00
feat(bar): use phosphor icons for uniformity
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user