Code Monkey home page Code Monkey logo

Comments (10)

rr- avatar rr- commented on June 26, 2024

Trying to do specify fonts like this:

Literation Mono Powerline:pixelsize=13:hintstyle=hintnone:antialias=false:rgb=none:hinting=none

doesn't seem to help. (I believe these options don't work in this context...)

from bar.

rr- avatar rr- commented on June 26, 2024

Confirmed that disabling antialias in font config removes this issue. However, it screws ups every other font and every other character. Is it possible to specify antialias settings in lemonbar's -f?

from bar.

krypt-n avatar krypt-n commented on June 26, 2024

2015-06-03-210427_1920x1080_scrot

I was able to reproduce it using lcdfilter.
Top is lcdfilter = lcdnone
Bottom is lcdfilter = lcddefault

Is it possible to specify antialias settings in lemonbar's -f?

I dont think so.

from bar.

rr- avatar rr- commented on June 26, 2024

Yeah, but after disabling it system-wide, everything looks like this:

2015-06-03-211014_360x208_escrotum

Making an exception using <test/> in font config for one font isn't greatest either.

from bar.

krypt-n avatar krypt-n commented on June 26, 2024

I will look into how urxvt handles that

from bar.

rr- avatar rr- commented on June 26, 2024

Please note that urxvt uses .Xresources which is separate from font config. However, I can see the blocks render just fine also in Firefox, and Firefox does use font config - otherwise I wouldn't be able to obtain the screenshot above (which happened after changing font config).

from bar.

rr- avatar rr- commented on June 26, 2024

If I change the call to XftDrawString16 to draw more than just one character at a time, it works fine. Perhaps there's something wrong with "gluing" the characters?
Anyway, a quick fix would be to change draw_char and ifs before to a while that collects all consecutive UTF8/ASCII characters that do not belong to any %{Command}, and then pass whole such string to XftDrawString16.

from bar.

easysid avatar easysid commented on June 26, 2024

Is there a fix coming for this?

FWIW, a workaround for this is to use a bitmap font to draw the box characters, using %{T}. Bitmap fonts seem to render fine.

from bar.

krypt-n avatar krypt-n commented on June 26, 2024

Well #12 fixes this. I would really like to integrate it and the ucs branch into the main branch, however I am not using lemombar anymore and did not invest much time into it over the last year.

Do you think people use the xft-fork to render bitmap fonts? Would be a huge simplification to just remove the bitmap code.

from bar.

easysid avatar easysid commented on June 26, 2024

#12 would probably suffice for my use case, which is just generating simple blocks.

from bar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.