refactor: Rename overlay files for clarity

This commit is contained in:
2025-10-31 10:06:50 +01:00
parent 45ae372b8c
commit e9d358d1e5
5 changed files with 6 additions and 6 deletions

View File

@@ -81,13 +81,13 @@
<h3>Weather Overlay</h3>
<ul>
<li><a href="/weather_overlay/index.html">Weather Overlay</a></li>
<li><a href="/weather_overlay/weather.html">Weather Overlay</a></li>
</ul>
<h3>System Monitor Overlay</h3>
<ul>
<li><a href="/system_monitor_overlay/index.html">System Monitor Overlay</a></li>
<li><a href="/system_monitor_overlay/index-no-heading.html">System Monitor Overlay (No Heading)</a></li>
<li><a href="/system_monitor_overlay/system_monitor.html">System Monitor Overlay</a></li>
<li><a href="/system_monitor_overlay/system_monitor_no_heading.html">System Monitor Overlay (No Heading)</a></li>
</ul>
<p>For detailed usage instructions and to understand how to deploy these overlays, please refer to the <a href="https://gitea.ramforth.net/ramforth/Overlays/src/branch/main/azuracast/README.md">Azuracast README.md</a> within the Gitea repository.</p>

View File

@@ -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.