thytom / dwmbar

A Modular Status Bar for dwm.
GNU General Public License v3.0
127 stars 23 forks source link

icons #35

Closed BioWare closed 1 year ago

BioWare commented 1 year ago

which fonts are used here?? i can't display any icon from modules

thytom commented 1 year ago

You need a font that supports the icons. https://github.com/ryanoasis/nerd-fonts might have the one you're already using, if not, it also has a utility that lets you take the .otf/.ttf and patch it with the icons yourself.

Dwmbar just puts the text on the screen, it's been a while since I've done any DWM stuff myself so I don't actually remember how you set the font of the statusbar.

BioWare commented 1 year ago

You need a font that supports the icons.

Thanks for answer. I already have patchet nerd-font. Seems like i need to set font on status bar. Thanks again