New backup 2025-10-09 23:30:02

This commit is contained in:
Penelope Gwen 2025-10-09 23:30:02 -07:00
parent 712e59e8ef
commit d97e42ba61
2 changed files with 5 additions and 1 deletions

View file

@ -157,10 +157,10 @@ revealer.home {
} }
.details { .details {
// * { border: 2px solid red; } // * { border: 2px solid red; }
color: $home-button-fg-color;
.title { .title {
font-size: 1.1em; font-size: 1.1em;
font-weight: bold; font-weight: bold;
color: $home-button-fg-color;
} }
.motd { .motd {
color: $home-widget-subtitle-color; color: $home-widget-subtitle-color;

View file

@ -43,6 +43,10 @@
:class 'title' :class 'title'
:text "${server.address}" :text "${server.address}"
) )
(label
:xalign 0
:text "${server.status.players.online}/${server.status.players.max}"
)
(label (label
:class 'motd' :class 'motd'
:text "${replace(server.status.motd,'§.','')}" :text "${replace(server.status.motd,'§.','')}"