-
Notifications
You must be signed in to change notification settings - Fork 15
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
nwggrid: Long label changes grid columns #228
Comments
As stated in README, I withdrew from this project and I am not sure if it is still maintained. The last commit by @Siborgium happened two years ago. Let's see if he's going to respond. If you by accident are on some wlroots-based compositor, you may want to try nwg-drawer instead. Unfortunately it doesn't support X11 WMs. |
What version of nwggrid are you running? Both 0.7.1.1 and one built from c4d8d36 do truncate labels. |
Thanks. I believe I've found the cause of this problem, so stay tuned - I think I'll be able to upload a fix within 2-3 days. |
@earboxer try the branch linked above. I was unable to reproduce the issue on my own, but I believe this should fix the issue. Please let me know if it does. Otherwise, did you try to set a different number of columns (-n )? |
On Tue Feb 6, 2024 at 10:32 AM EST, Sergey Smirnykh wrote:
@earboxer try the branch linked above. I was unable to reproduce the issue on my own, but I believe this should fix the issue. Please let me know if it does. Otherwise, did you try to set a different number of columns (-n <N>)?
Yeah, that seems to fix it, at the expense of adding horizontal scrolling (making the new ticket called "Long label forces horizontal scrolling")
|
When I launch nwggrid, I have one app with a really long label ("PulseAudio Volume Control" ). Whenever this app is present, the number of columns is not fixed to the value I defined in grid.conf
One way I found to handle this is by decreasing the font size,
but I would really like if long labels could either be truncated (with ellipses), or wrapped to multiple lines.
Is there another way to deal with this in the CSS, or do we need code to handle it?
The text was updated successfully, but these errors were encountered: