eww -> bar: Limited active window title widget text size

This commit is contained in:
GaspardCulis 2024-02-18 09:19:12 +01:00
parent de8f4f5de7
commit 372e193483

View file

@ -68,7 +68,9 @@
) )
(defwidget activewindow [] (defwidget activewindow []
(label :text "${hypr.title ?: "..."}") (label
:text "${hypr.title ?: "..."}"
:limit-width 64)
) )
(defwidget ram [] (defwidget ram []