-
Notifications
You must be signed in to change notification settings - Fork 191
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
Does bar still lack XFT support? #188
Comments
yes, use https://github.com/geommer/yabar or https://github.com/krypt-n/bar instead. |
Hi, sorry to bring up this old issue, but as it's still open... Are there any plans to merge the krypt-n XFT fork back in here? |
I would also like to know, if there are any plans to finally include xft-support. The cairo-love branch is quite old already :/ |
any updates? |
Ping! |
Is there a particular reason xft hasn't been considered? Maybe it's unnecessary considering the original goals of bar? |
Bump |
Not the author, but as far as I understand, XFT support does add quite a bit of code and code complexity. However, not everyone needs the feature. Lemonbar currently sets itself apart from other projects, like Polybar, mainly due to its minimalistic approach and light footprint. Therefore, I believe that LemonBoy doesn't want to merge this. But again, this is just what I believe to have read elsewhere, I'm not 100%. I do feel this way myself, however. |
Created an up-to-date (Oct 2024) fork of lemonbar with applied Xft support: The fork was made because other forks have not been updated for a long time, and they lack multimonitor support |
I know there has been a lot of back and forth about this issue, but where things ended up are fairly unclear. I'm trying to use bar with two TTF fonts "Roboto Slab" and "FontAwesome", both are installed on my system:
I have even tried different syntaxes for telling bar to use them
-f "Roboto Slab-10" -f "FontAwesome-10"
,-f "Roboto Slab:size=10" -f "FontAwesome:size=10"
, and-f "xft:Roboto Slab:size=10" -f "FontAwesome:size=10"
. I've even tried this syntax-*-Roboto Slab-medium-o-*-*-14-*-*-*-*-*-*-*
to no avail. This leads me to think XFT is still unsupported in this version, is this correct?The text was updated successfully, but these errors were encountered: