From 50467edaec4e21d5d8a463b7d98ec678dbdf5c56 Mon Sep 17 00:00:00 2001 From: Bashy Date: Sun, 14 Jun 2026 14:09:05 +0300 Subject: [PATCH] Changing HudFX location --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3984e3..2d3a1d3 100644 --- a/README.md +++ b/README.md @@ -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`.