Waybar: Issue with long window titles

Created on 22 Oct 2018  路  5Comments  路  Source: Alexays/Waybar

I have my center module set to sway/window but when the title reaches a certain length, it shifts my right modules further right and off the screen. Can this be fixed with CSS or is this just a bug?

Thanks!

bug

All 5 comments

Hi! You can use the max-length in your settings file. But yeah it's a bug

"sway/window": {
        "max-length": 50
},

I can't reproduce it anymore, can you?

Unfortunatly I can still reproduce this issue, just by having a window with a really long title in focus an no max-length set.

It should be fixed on master (b3559328f1a503a05d22cc2b1bbe0ca489862b00)
if it has no more space it displays "..." even if max-length is not set
Can you check?

Works like a charm :)
This can be closed than

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cmacrae picture cmacrae  路  4Comments

cryptoluks picture cryptoluks  路  4Comments

spk picture spk  路  6Comments

Kakashiiiiy picture Kakashiiiiy  路  4Comments

xajler picture xajler  路  5Comments