adi1090x / polybar-themes

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

Some icons such as the heart not showing on Polybar 6 #61

Closed SIX10 closed 4 years ago

SIX10 commented 4 years ago

Some icons aren't showing on Polybar 6. I'm running Manjaro and i3-gaps. The fonts are installed system wide in /usr/share/fonts. Here's a pic: 2020-05-29-160641_1920x1080_scrot

davidchoo12 commented 4 years ago

I also encountered this issue. I fixed it by doing sudo dpkg-reconfigure fontconfig-config and sudo rm /etc/fonts/conf.d/70-no-bitmaps.conf && fc-cache. See https://github.com/polybar/polybar/wiki/Fonts

SIX10 commented 4 years ago

I also encountered this issue. I fixed it by doing sudo dpkg-reconfigure fontconfig-config and sudo rm /etc/fonts/conf.d/70-no-bitmaps.conf && fc-cache. See https://github.com/polybar/polybar/wiki/Fonts

The debugging area in the Polybar's repo sadly didn't work. I'm on Manjaro and don't have dpkg, do you know of an equivalent I could use?

davidchoo12 commented 4 years ago

Sorry I've no idea for Manjaro. I'm on Ubuntu and those worked for me. Maybe you can try xfd -fa siji to see if it is actually installed?

SIX10 commented 4 years ago

Sorry I've no idea for Manjaro. I'm on Ubuntu and those worked for me. Maybe you can try xfd -fa siji to see if it is actually installed? Manjaro sadly doesn't have xfd either. I did fc-list -v | grep siji and it found siji.pcf in /usr/share/fonts/, but I installed siji-git from the AUR and it worked.