From e9d358d1e5b3f879bcd2de8190672405a903c7a0 Mon Sep 17 00:00:00 2001 From: ramforth Date: Fri, 31 Oct 2025 10:06:50 +0100 Subject: [PATCH] refactor: Rename overlay files for clarity --- index.html | 6 +++--- system_monitor_overlay/README.md | 6 +++--- system_monitor_overlay/{index.html => system_monitor.html} | 0 ...index-no-heading.html => system_monitor_no_heading.html} | 0 weather_overlay/{index.html => weather.html} | 0 5 files changed, 6 insertions(+), 6 deletions(-) rename system_monitor_overlay/{index.html => system_monitor.html} (100%) rename system_monitor_overlay/{index-no-heading.html => system_monitor_no_heading.html} (100%) rename weather_overlay/{index.html => weather.html} (100%) diff --git a/index.html b/index.html index 32adc5d..e979750 100644 --- a/index.html +++ b/index.html @@ -81,13 +81,13 @@

Weather Overlay

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/README.md b/system_monitor_overlay/README.md index d6bf93b..0c242b8 100644 --- a/system_monitor_overlay/README.md +++ b/system_monitor_overlay/README.md @@ -59,10 +59,10 @@ Once you have activated the virtual environment, you can install the required li 3. **Add to OBS Studio:** * Add a new "Browser" source to your scene. - * Set the URL to the `index.html` file in this directory. + * Set the URL to the `system_monitor.html` file in this directory. * Set the width and height to your desired dimensions. ## Overlays -* `index.html`: The default overlay with a heading. -* `index-no-heading.html`: An alternative overlay without the heading. +* `system_monitor.html`: The default overlay with a heading. +* `system_monitor_no_heading.html`: An alternative overlay without the heading. diff --git a/system_monitor_overlay/index.html b/system_monitor_overlay/system_monitor.html similarity index 100% rename from system_monitor_overlay/index.html rename to system_monitor_overlay/system_monitor.html diff --git a/system_monitor_overlay/index-no-heading.html b/system_monitor_overlay/system_monitor_no_heading.html similarity index 100% rename from system_monitor_overlay/index-no-heading.html rename to system_monitor_overlay/system_monitor_no_heading.html diff --git a/weather_overlay/index.html b/weather_overlay/weather.html similarity index 100% rename from weather_overlay/index.html rename to weather_overlay/weather.html