FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.62k stars 86 forks source link

Large text is cut off. #328

Closed Tnixc closed 1 year ago

Tnixc commented 1 year ago

image Look at the top, the font shouldn't be cut off like that. Using Left Align filling the whole screen.

FelixKratz commented 1 year ago

What exactly is missing? For me it looks like the font is broken? There are missing lines in the E, the D, the A, the U. Please provide a minimal example for me to reproduce

Tnixc commented 1 year ago

image Nope, even with Helvetica it's cut off at the top

FelixKratz commented 1 year ago

I can only assume what you are doing:

sketchybar --bar y_offset=200 margin=200 height=100 color=0x00000000 shadow=off \
 --add item date left \
 --set date label.font="SF Pro:Regular:100" label=Tuesday

This works completely fine unless you have a too small bar height. Try setting --bar color=0xff000000 to see the screen bounds of the bar.

Tnixc commented 1 year ago

Ok it works if I change the background height higher, thanks.