From 1a6a17040c6557d1881f0bea70ae803368dbd4e9 Mon Sep 17 00:00:00 2001 From: IVXCVI Date: Fri, 30 Mar 2018 03:35:21 -0500 Subject: [PATCH] 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). --- themes/icons/awesome-fonts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/icons/awesome-fonts.json b/themes/icons/awesome-fonts.json index b9491da..ac76055 100644 --- a/themes/icons/awesome-fonts.json +++ b/themes/icons/awesome-fonts.json @@ -7,7 +7,7 @@ "time": { "prefix": "" }, "datetime": { "prefix": "" }, "memory": { "prefix": "" }, - "cpu": { "prefix": "" }, + "cpu": { "prefix": "" }, "disk": { "prefix": "" }, "dnf": { "prefix": "" }, "pacman": { "prefix": "" },