siduck / dotfiles

dotfiles for my beautiful rices!
889 stars 75 forks source link

Unifont mentioned in your polybar config #12

Closed tsjazil closed 2 years ago

tsjazil commented 2 years ago

How to get that unifont mentioned in your polybar i have been searching but couldn't find it

Your dots are wonderful BTW :)

siduck commented 2 years ago

image image https://unifoundry.com/unifont/index.html

tsjazil commented 2 years ago

I have installed unifont material font and also the jetbrainsmono nerd font but the workspaces icon are not showing

siduck commented 2 years ago

I have installed unifont material font and also the jetbrainsmono nerd font but the workspaces icon are not showing

use the material font from the fonts dir of chadwm

tsjazil commented 2 years ago

Thu-Apr-07-2022-09:45:01

workspace icons still not showing :(

siduck commented 2 years ago

do you have nerdfonts and material fonts in your fonts dir?

tsjazil commented 2 years ago

Yup other icons are showing only workspace icons are missing

siduck commented 2 years ago

Yup other icons are showing only workspace icons are missing

oh i get the issue, the workspace names in your polybar config should match the ones in bspwmrc file

siduck commented 2 years ago

in your bspwmrc use the numbers as workspace names

bspc monitor -d 1 2 3 4 5 6

and then run bspc wm -r

tsjazil commented 2 years ago

Thanks thats working :)