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

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