adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.74k stars 412 forks source link

Questions about fonts #48

Closed yyy33 closed 4 years ago

yyy33 commented 4 years ago

Could you please tell me how to make the font edge bigger? I tried to increase the size, but it didn't work

adi1090x commented 4 years ago

which one are you using?

UrosRiznic commented 4 years ago

I installed one of the themes ( polybar-11 ) and everything is working except the icons ? I have no idea, but they are not showing. In the part : copy fonts to local fonts dir (i'll put the fonts in all dirs) cp -r fonts/* ~/.local/share/fonts insted of : " ~/.local/share/fonts" i did this : " $HOME/.fonts "

Can you maybe help ? Thanks!

adi1090x commented 4 years ago

Try putting fonts in the .local/share/fonts

UrosRiznic commented 4 years ago

I tried putting it in : 1) usr/share/fonts (i had to change permision for this) 2) $home/.local/share/fonts (there wasnt fonts dir so i one there) 3) $home/.local/share/.fonts (there wasnt .fonts dir so i one there) 4) $home/.fonts (also made that) 5) $home/fonts (also made that)

and nothing worked :D I have no idea how but yea...

adi1090x commented 4 years ago

show me the output of - fc-list | grep -i siji fc-list | grep -i scientifica

UrosRiznic commented 4 years ago

it doesnt output anything.

adi1090x commented 4 years ago

it shout look like this, which means fonts are installed. 2020-04-28-144653_431x312_scrot

i don't know what's wrong with your system, which disto are you using?

UrosRiznic commented 4 years ago

im using Manjaro i3 Hey if you have discord, maybe we can chat there, it would be much faster hahahha YuroshiKun#3039

yyy33 commented 4 years ago

it shout look like this, which means fonts are installed. 2020-04-28-144653_431x312_scrot

i don't know what's wrong with your system, which disto are you using?

Thanks . It ' s taken care of .

yyy33 commented 4 years ago

Must use monospaced fonts , if you encounter the same problem can refer to .

tuxinal commented 4 years ago

@UrosRiznic try sudo rm /etc/fonts/conf.d/70-no-bitmaps.conf then do fc-cache -f -v worked for me but im not sure how safe and reliable it is