added PKGBUILD and updated config location

This commit is contained in:
CPTN Cosmo 2026-01-10 01:33:26 +01:00
parent 6878c8b77d
commit efb7e52a14
No known key found for this signature in database
6 changed files with 65 additions and 9 deletions

View file

@ -5,10 +5,11 @@ This is a simple wrapper script for Linux that launches `xivlauncher-core` and a
## Setup
1. **Configure:**
Copy the example config and edit it with your details.
Create the configuration directory and copy the example config.
```bash
cp config.example.json config.json
nano config.json
mkdir -p ~/.config/xivlauncher-wrapper
cp config.example.json ~/.config/xivlauncher-wrapper/config.json
nano ~/.config/xivlauncher-wrapper/config.json
```
* `secret`: Enter your TOTP secret key (in Base32 format, usually provided when you set up your authenticator app).
* `launcher_cmd`: The command to launch XIVLauncher (default: `xivlauncher-core`).