tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.22k stars 229 forks source link

Arrows/chevrons not appearing #960

Closed SolColtman closed 1 year ago

SolColtman commented 1 year ago

My status bar currently looks like this

img

I have awesomefonts installed (from apt) but I can't seem to get it working.

My bar config is as follows

bar { font pango: JetBrains Mono Nerd Font FontAwesome 11 status_command ~/.local/bin/bumblebee-status \ -m kernel apt date time \ -t nord-colorful position top workspace_min_width 28 }

tobi-wan-kenobi commented 1 year ago

depending on your exact OS, i think the font line needs to be something like this:

font pango: JetBrains Mono Nerd, FontAwesome 11

Note no second "font" and the semicolon. hope this helps!

SolColtman commented 1 year ago

Thanks for the reply, still no success unfortunately.

If it helps I'm on Debian 11

SolColtman commented 1 year ago

Seems I didn't have nerd fonts installed correctly. Re-installing fixed issue.