blob: 68585342db213ff6a89bdaf48ec3d9143cd28988 (
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
|
# hypr-wellbeing

## Installation
### AUR
```sh
paru -S hypr-wellbeing-bin
```
### 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
**Linux**:
```sh
hypr-wellbeing -d &> /dev/null &
```
### 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
|