Merge branch 'master' of https://github.com/tobi-wan-kenobi/bumblebee-status into scrolling
This commit is contained in:
commit
9e009e959b
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -30,6 +30,18 @@ Supported FontAwesome version: 4 (free version of 5 doesn't include some of the
|
||||||
|
|
||||||
Explicitly unsupported Python versions: 3.2 (missing unicode literals)
|
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:
|
Example usage:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue