[eww] Truncate window title
This commit is contained in:
parent
962fdf8c30
commit
cd6043e5c0
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@
|
||||||
|
|
||||||
|
|
||||||
(defwidget bar-middle []
|
(defwidget bar-middle []
|
||||||
(label :limit-width 2
|
(label :limit-width 42
|
||||||
|
:show-truncated false
|
||||||
:text "${window-title}"
|
:text "${window-title}"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue