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: +