Replies: 2 comments 14 replies
-
Judging from what I can see in the screenshot we have that:
The width of the window title makes me believe that what was used here was the fancybar patch, which only allocates enough space to print the entire title. The window title of the focused window takes priority and is generally shown in full, while the remaining space is shared among the other window titles which may be truncated. This is contrary to the awesomebar patch which divides the available space evenly across the window titles. The fancybar patch can be enabled using the following toggle: Lines 56 to 62 in 1c8c21c As for the italic text you can look for fonts that are italic with the following command: fc-list :italic Then it is just a matter of setting the desired font as the primary font in static const char *fonts[] = { "Monaspace Krypton Var:style=SemiWide Italic:size=16" }; The winicon patch can be enabled using the following toggle if desired: Line 206 in 1c8c21c The winicon patch also requires some lines in Lines 31 to 32 in 1c8c21c Lines 51 to 52 in 1c8c21c Combined we get a look and feel like this: |
Beta Was this translation helpful? Give feedback.
-
I can confirm that this was a bug. I have pushed a fix for this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to title padding like this and one thing I have also applied winicon patch
Beta Was this translation helpful? Give feedback.
All reactions