blob: 09b9fc387a97b4f16ee92d65cbe689f20a42e3ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
# hypr-wellbeing

## Installation
### AUR
```sh
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)
## Usage
### Monitor Mode
**Linux**:
```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
hypr-wellbeing --show
```
### Show Weekly Stats
```sh
hypr-wellbeing --weekly
```
## To-Do
- [] Monthly view
## Special Thanks
- [Watcher](https://github.com/Waishnav/Watcher) (Similar to hyprwatch but only for X11) - for showing how to calculate the timings of the app
|