From a48a06ed04ac4037d1ee52b4fa4099c706def4ea Mon Sep 17 00:00:00 2001 From: ramforth Date: Fri, 31 Oct 2025 09:50:35 +0100 Subject: [PATCH] feat: Add heading-less system monitor overlay --- index.html | 1 + system_monitor_overlay/index-no-heading.html | 55 ++++++++++++++++++++ system_monitor_overlay/index.html | 22 +++++--- 3 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 system_monitor_overlay/index-no-heading.html diff --git a/index.html b/index.html index ce5d2a7..32adc5d 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,7 @@

System Monitor Overlay

For detailed usage instructions and to understand how to deploy these overlays, please refer to the Azuracast README.md within the Gitea repository.

diff --git a/system_monitor_overlay/index-no-heading.html b/system_monitor_overlay/index-no-heading.html new file mode 100644 index 0000000..0bfd3e9 --- /dev/null +++ b/system_monitor_overlay/index-no-heading.html @@ -0,0 +1,55 @@ + + + + + + System Monitor (No Heading) + + + +
+ CPU Usage: + +
+
+ Memory Usage: + +
+ + + + diff --git a/system_monitor_overlay/index.html b/system_monitor_overlay/index.html index fcc3f52..fd09fdd 100644 --- a/system_monitor_overlay/index.html +++ b/system_monitor_overlay/index.html @@ -12,17 +12,27 @@ padding: 20px; border-radius: 10px; } + .stat { + font-size: 1.2em; + margin-bottom: 10px; + } + .descriptor { + font-weight: 300; /* Light */ + } + .value { + font-weight: 700; /* Bold */ + }

System Monitor

-
-

CPU Usage

-

+
+ CPU Usage: +
-
-

Memory Usage

-

+
+ Memory Usage: +