From 3794355564c6f75f959c7cef12e91a64f4b11db7 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 20 Dec 2018 19:58:15 +0100 Subject: [PATCH 1/3] Update README.md Add a "note" on font awesome usage. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e383f2..2cd7b91 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Supported FontAwesome version: 4 (free version of 5 doesn't include some of the Explicitly unsupported Python versions: 3.2 (missing unicode literals) +:information_source: The ![Font Awesome](https://fontawesome.com/) is required for all themes that contain icons (because that is the font that includes these icons). Please refer to your distribution's package management on how to install them, or get them from their website directly. Also, please note that Font Awesome removed some icons used by `bumblebee-status` from the free set in version 5, so if possible, stick with 4. + Example usage: ``` From 935f0eae0299179e283d7d6bd374a59f6f74d717 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Fri, 21 Dec 2018 19:01:42 +0100 Subject: [PATCH 2/3] Add font awesome install notes Added install notes for awesome font, for Arch Linux. Will add other distros as soon as I know how that works. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2cd7b91..fbb0a35 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,15 @@ Explicitly unsupported Python versions: 3.2 (missing unicode literals) :information_source: The ![Font Awesome](https://fontawesome.com/) is required for all themes that contain icons (because that is the font that includes these icons). Please refer to your distribution's package management on how to install them, or get them from their website directly. Also, please note that Font Awesome removed some icons used by `bumblebee-status` from the free set in version 5, so if possible, stick with 4. +Font Awesome installation instructions +``` +# Arch Linux +$ sudo pacman -S awesome-terminal-fonts + +# Other +# see https://github.com/gabrielelana/awesome-terminal-fonts +``` + Example usage: ``` From 2fa3a0e25038adcb21f741cee0d7149c5a66a08d Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Fri, 21 Dec 2018 19:02:32 +0100 Subject: [PATCH 3/3] README: small formatting fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbb0a35..3131068 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,9 @@ Explicitly unsupported Python versions: 3.2 (missing unicode literals) :information_source: The ![Font Awesome](https://fontawesome.com/) is required for all themes that contain icons (because that is the font that includes these icons). Please refer to your distribution's package management on how to install them, or get them from their website directly. Also, please note that Font Awesome removed some icons used by `bumblebee-status` from the free set in version 5, so if possible, stick with 4. -Font Awesome installation instructions ``` +# Font Awesome installation instructions + # Arch Linux $ sudo pacman -S awesome-terminal-fonts