diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2025-11-10 16:07:41 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2025-11-10 16:07:41 +0530 |
| commit | bebe517a6ee63452afb8f3fd33379ef092da2cb0 (patch) | |
| tree | b6546b00f95eab1281c3c303cfaae0befe541090 | |
| parent | b114398fa86f42286917f45fafcffe89fe52ad12 (diff) | |
| download | hypr-wellbeing-bebe517a6ee63452afb8f3fd33379ef092da2cb0.zip hypr-wellbeing-bebe517a6ee63452afb8f3fd33379ef092da2cb0.tar.gz | |
chore: README update
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -39,6 +39,16 @@ hypr-wellbeing -d &> /dev/null & hypr-wellbeing.exe -d > $null 2>&1 ``` +**NOTE**: For windows you have to explicitly mention that its running on windows by adding in the config file: + +```json +{ + "os": "Windows" +} +``` + +Config file is located in `C:/Users/your username/hypr-wellbeing/config.json` + ### Show Stats ```sh |
