Icons fonts for polybar status; battery, Wi-Fi, Volume, etc.
Note: This is not limited to Polybar only, And it does not include config.
- Material Design Icons (Pictogrammers) [GitHub] [Website]
- Ionicons [GitHub] [Website]
- Boxicons [GitHub] [Website]
- Bootstrap [GitHub] [Website]
Fonts | LICENSE |
---|---|
Material Design Icons (Pictogrammers) | Pictogrammers Free License |
Ionicons | MIT |
Boxicons | MIT |
Bootstrap | MIT |
Fonts | Icons |
---|---|
Material Design Icons (Pictogrammers) | Battery Charge/Discharge |
Ionicons | Volume |
Boxicons | Wi-Fi |
Bootstrap | Caps/Nums Lock, Signal |
Icons | Code points | Point step |
---|---|---|
Battery Discharge/Charge | E800 - E900 | +10 |
Volume | E700 - E704 | +1 |
Wi-Fi | E600 - E604 | +1 |
Signal | E800 - E804 | +1* |
Caps Lock | E800 - E801 | 0/1 |
Nums Lock | E802 - E803 | 2/3 |
*Volume code point E704 is muted
Keylock are sorted by off/on. Caps Off (E800) Caps On (E801) Nums Off (E802) Nums On (E803).
*Point step represent iteration of code points such as: E600, E601, E602, E603, E604.
Install TTF file to system, then add fonts to config.
Charging and discharging use same unicode code point
Example config for polybar
font-1 = battery\-charge
font-2 =battery\-discharge
...
format-charging = %{T2}<ramp-capacity>%{T-} <label-charging>
format-discharging = %{T3}<ramp-capacity>%{T-} <label-discharging>
Icon generated by Fontello [GitHub] [Website]
- More system icon
- Polybar config patch
- PKGBUILD for Arch Linux