Skip to content

Commit

Permalink
refactor: replace battery icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 16, 2020
1 parent 447aa02 commit db818b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/docs/segment-battery.md
Expand Up @@ -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 "
}
}
```
Expand Down
8 changes: 4 additions & 4 deletions themes/jandedobbeleer.json
Expand Up @@ -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 "
}
},
{
Expand Down

0 comments on commit db818b5

Please sign in to comment.