aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-11-10 16:29:30 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-11-10 16:29:30 +0530
commit767ecdd9d75a9987ff34f82f67776ba00e5939ec (patch)
tree072275bb111db5fc70466af6275aec8d89b2a539 /README.md
parentbebe517a6ee63452afb8f3fd33379ef092da2cb0 (diff)
downloadhypr-wellbeing-767ecdd9d75a9987ff34f82f67776ba00e5939ec.zip
hypr-wellbeing-767ecdd9d75a9987ff34f82f67776ba00e5939ec.tar.gz
chore: removed windows support
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 4 insertions, 26 deletions
diff --git a/README.md b/README.md
index 09b9fc3..eee1455 100644
--- a/README.md
+++ b/README.md
@@ -10,19 +10,14 @@
paru -S hypr-wellbeing-bin
```
-### Windows
-
-Make sure [Scoop](https://scoop.sh/) is installed.
-
-```sh
-scoop bucket add demon-apps https://github.com/DemonKingSwarn/flix-cli-bucket.git
-scoop install hypr-wellbeing
-```
-
### Github Releases
You can download it from [Releases](https://github.com/DemonKingSwarn/hypr-wellbeing/releases)
+### Configuration
+
+It is located in `~/.config/hypr-wellbeing/config.json`
+
## Usage
### Monitor Mode
@@ -32,23 +27,6 @@ You can download it from [Releases](https://github.com/DemonKingSwarn/hypr-wellb
```sh
hypr-wellbeing -d &> /dev/null &
```
-
-**Windows**:
-
-```sh
-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