diff --git a/de/home/.config/eww/modules/home/mcstatus.yuck b/de/home/.config/eww/modules/home/mcstatus.yuck index 57308af..e8bced7 100644 --- a/de/home/.config/eww/modules/home/mcstatus.yuck +++ b/de/home/.config/eww/modules/home/mcstatus.yuck @@ -54,6 +54,10 @@ :wrap-mode 'word' ; :truncate true ) + (label + :xalign 0 + :text " ${round(server.status.latency,0)}ms" + ) ) ) )