-
-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to define font family for the icons #215
Comments
I know that this can be performed by using the pango markup as in: |
You can make it (kinda) work setting your font like this in * {
font-family: Roboto, "Font Awesome 5 Pro Solid", "Font Awesome 5 Brands";
} Obviously you have to replace with the fonts you want. The problem with this is that some characters, for instance the "Clock" in FA5, render as a Maybe there is a way to target only the icon with a selector like |
I think this is more of a bug, if you set the |
Had also issues with some icons not showing up. I tinkered a while until I found out, that my AUR package I tried the suggestion above (put FontAwesome in I uninstalled |
Does Waybar support his style? For example:
I want to set this font to the specific module, while I keep JoyPixels as system emoji font. I prefer the non-wavy rectangle flag (Twitter Color Emoji) instead of rounded flag (JoyPixels) and of wavy flag (Apple Color Emoji and Noto Emoji). |
I second this. It would be great if all icons were wrapped in |
Yes, @gusbemacbe were you able to get a module specific font-family to work? |
I have tested it a dozen times, but it didn't work. It captures still rounded flags of JoyPixels instead of rectangular flags of Twemoji. I uninstalled JoyPixels and Noto Emoji fonts, left only Twemoji font, and the emojis in that module ended up being tofu. |
Was this ever opened/implemented? |
Pango markup doesn’t support <fontconfig>
...
<alias>
<family>icon</family>
<prefer>
<family>Font Awesome 5 Free</family>
</prefer>
</alias>
</fontconfig> |
Which font family should cover |
Font Awesome, apparently, but I'm not able to find the corresponding package in Ubuntu repo. |
Install firacode-nerdfont also helpful |
Any news or solution on this? |
I just simply fix it by install fontawesome(6.1.1) and setting |
Great bar, thanks for your work!
Atm your bar support icons from fontawesome project.
This carry many problems with weird fallbacks which depends on the font set installed by the user (to my knowledge) (I've seen several issues about fontawesome missing/mispatched fonts etc.).
Is it possible/hard to implement the possibility for the user to select a different font for the icons?
The text was updated successfully, but these errors were encountered: