diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index f53b9ce..5e336e3 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -157,10 +157,10 @@ revealer.home { } .details { // * { border: 2px solid red; } + color: $home-button-fg-color; .title { font-size: 1.1em; font-weight: bold; - color: $home-button-fg-color; } .motd { color: $home-widget-subtitle-color; diff --git a/de/home/.config/eww/modules/home/mcstatus.yuck b/de/home/.config/eww/modules/home/mcstatus.yuck index 173fd54..c79b2a7 100644 --- a/de/home/.config/eww/modules/home/mcstatus.yuck +++ b/de/home/.config/eww/modules/home/mcstatus.yuck @@ -43,6 +43,10 @@ :class 'title' :text "${server.address}" ) + (label + :xalign 0 + :text "${server.status.players.online}/${server.status.players.max}" + ) (label :class 'motd' :text "${replace(server.status.motd,'ยง.','')}"