refactor: replace battery icons

This commit is contained in:
Jan De Dobbeleer 2020-10-16 10:18:22 +02:00 committed by Jan De Dobbeleer
parent 447aa02c35
commit db818b5fa4
2 changed files with 8 additions and 8 deletions

View file

@ -19,14 +19,14 @@ Battery displays the remaining power percentage for your battery.
"background": "#ffeb3b",
"properties": {
"battery_icon": "",
"discharging_icon": " ",
"charging_icon": " ",
"charged_icon": " ",
"discharging_icon": "\uE231 ",
"charging_icon": "\uE234 ",
"charged_icon": "\uE22F ",
"color_background": true,
"charged_color": "#4caf50",
"charging_color": "#40c4ff",
"discharging_color": "#ff5722",
"postfix": " "
"postfix": "\uF295 "
}
}
```

View file

@ -75,14 +75,14 @@
"background": "#f36943",
"properties": {
"battery_icon": "",
"discharging_icon": " ",
"charging_icon": " ",
"charged_icon": " ",
"discharging_icon": "\uE231 ",
"charging_icon": "\uE234 ",
"charged_icon": "\uE22F ",
"color_background": true,
"charged_color": "#4caf50",
"charging_color": "#40c4ff",
"discharging_color": "#ff5722",
"postfix": " "
"postfix": "\uF295 "
}
},
{