Updated themes/icons/awesome-fonts.json for FA5
The CPU glyph was not rendering correctly due to a changed Unicode hex value from Font Awesome 4 and Font Awesome 5. See [Issue #239](https://github.com/tobi-wan-kenobi/bumblebee-status/issues/239).
This commit is contained in:
parent
0c03c1c48b
commit
1a6a17040c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"time": { "prefix": "" },
|
||||
"datetime": { "prefix": "" },
|
||||
"memory": { "prefix": "" },
|
||||
"cpu": { "prefix": "" },
|
||||
"cpu": { "prefix": "" },
|
||||
"disk": { "prefix": "" },
|
||||
"dnf": { "prefix": "" },
|
||||
"pacman": { "prefix": "" },
|
||||
|
|
Loading…
Reference in a new issue