We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using Launcher module with show_names enabled, applications with long title names let ironbar go offscreen.
show_names
To Reproduce Steps to reproduce the behavior:
Expected behavior Title name should be truncated at least, and if still overflows, module should be scrollable without resizing entirety of ironbar.
System information:
Configuration anchor_to_edges is set to true, and margins are added (200 on left & 200 right). Some basic styling is also added.
anchor_to_edges
true
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I've got some fixes & improvements around the truncation system in the works for this, including more sensible defaults.
I don't think making the module scrollable is easily feasible or a nice UX, but hopefully it'll never get to the point where that's necessary again.
Sorry, something went wrong.
What about a X number of items specified and and then buttons to go through sections. Like windows does. Or would that count as scrollable also?
Can also go onto the next screen and obstruct windows ect, not sure how other bars handle this or what the best solution is.
No branches or pull requests
Describe the bug
When using Launcher module with
show_names
enabled, applications with long title names let ironbar go offscreen.To Reproduce
Steps to reproduce the behavior:
show_names
.Expected behavior
Title name should be truncated at least, and if still overflows, module should be scrollable without resizing entirety of ironbar.
System information:
Configuration
anchor_to_edges
is set totrue
, and margins are added (200 on left & 200 right).Some basic styling is also added.
The text was updated successfully, but these errors were encountered: