Improve background check handling, and hide services until connection is proved.

This commit is contained in:
2026-08-26 21:32:18 +01:00
parent 80c2fc086f
commit d2cb0b0645
7 changed files with 223 additions and 58 deletions

View File

@@ -5,6 +5,21 @@ window {
font-family: sans-serif;
}
/* Startup Messages */
.startup-message {
padding: 32px;
}
.startup-message-title {
font-size: 55px;
font-weight: 700;
}
.startup-message-description {
font-size: 28px;
opacity: 0.7;
}
/* Large, prominent clock */
label.date-display {
font-size: 28px;