eww -> bar: Limited active window title widget text size
This commit is contained in:
parent
de8f4f5de7
commit
372e193483
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(defwidget activewindow []
|
(defwidget activewindow []
|
||||||
(label :text "${hypr.title ?: "..."}")
|
(label
|
||||||
|
:text "${hypr.title ?: "..."}"
|
||||||
|
:limit-width 64)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defwidget ram []
|
(defwidget ram []
|
||||||
|
|
Loading…
Reference in a new issue