Changing HudFX location
This commit is contained in:
parent
bdf4330738
commit
50467edaec
1 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ sudo apt install python3-pyqt5 python3-pyqt5.qtwebengine
|
|||
Run the tray app:
|
||||
|
||||
```bash
|
||||
python3 ~/projects/HudFX_LNX/hudfx.py
|
||||
python3 ~/.apps/HudFX_LNX/hudfx.py
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
```
|
||||
~/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**.
|
||||
|
|
@ -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:
|
||||
|
||||
```bash
|
||||
tail -f ~/projects/HudFX_LNX/hudfx.log
|
||||
tail -f ~/.apps/HudFX_LNX/hudfx.log
|
||||
```
|
||||
|
||||
`hudfx.log` is excluded from version control via `.gitignore`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue