How to define which modules may be shortened and which must not? #4185
-
|
Hi all, I use a workspaces module on the left, the windows module in the center, and several modules on the right (cpu, memory, clock, tray, etc.). I did some CSS styling which made modules a bit wider due to margins and padding and now it happens that when the focused window has some especially long title modules on the left get shortened, e.g., the cpu module just shows Is there a way to define that the window module may be shortened but all other modules must not? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
You can define a maximum length individually, e.g.: |
Beta Was this translation helpful? Give feedback.
-
|
Not sure regarding (number of) chars, but icons do vary in size sometimes. ? |
Beta Was this translation helpful? Give feedback.
You can define a maximum length individually, e.g.:
"max-length":20The same goes for minimum length:
"min-length": 3