Changing HudFX location

This commit is contained in:
Bashy 2026-06-14 14:09:05 +03:00
parent bdf4330738
commit 50467edaec

View file

@ -17,7 +17,7 @@ sudo apt install python3-pyqt5 python3-pyqt5.qtwebengine
Run the tray app: Run the tray app:
```bash ```bash
python3 ~/projects/HudFX_LNX/hudfx.py python3 ~/.apps/HudFX_LNX/hudfx.py
``` ```
A tray icon will appear. Right-click → **Settings** and enter: A tray icon will appear. Right-click → **Settings** and enter:
@ -38,7 +38,7 @@ The overlay starts automatically when the tray app launches. Right-click the tra
To have the overlay launch and close automatically with OBS: To have the overlay launch and close automatically with OBS:
1. Open OBS → **Tools → Scripts** 1. Open OBS → **Tools → Scripts**
2. Click **+** and select `~/projects/HudFX_LNX/obs_hudfx.py` 2. Click **+** and select `~/.apps/HudFX_LNX/obs_hudfx.py`
The overlay will start when OBS finishes loading and stop when OBS exits. The tray icon still appears so you can toggle it off mid-session if needed. The overlay will start when OBS finishes loading and stop when OBS exits. The tray icon still appears so you can toggle it off mid-session if needed.
@ -49,7 +49,7 @@ The OBS script auto-detects whether OBS is installed as a Flatpak or natively an
When launched via OBS, the overlay logs to: When launched via OBS, the overlay logs to:
``` ```
~/projects/HudFX_LNX/hudfx.log ~/.apps/HudFX_LNX/hudfx.log
``` ```
OBS script activity (start/stop events, errors) is visible in OBS under **Tools → Scripts → Script Log**. OBS script activity (start/stop events, errors) is visible in OBS under **Tools → Scripts → Script Log**.
@ -57,7 +57,7 @@ OBS script activity (start/stop events, errors) is visible in OBS under **Tools
To follow the overlay log in real time: To follow the overlay log in real time:
```bash ```bash
tail -f ~/projects/HudFX_LNX/hudfx.log tail -f ~/.apps/HudFX_LNX/hudfx.log
``` ```
`hudfx.log` is excluded from version control via `.gitignore`. `hudfx.log` is excluded from version control via `.gitignore`.