blob: 81bf87ee7edc3c53469520a4980ec5cb14855a1e (
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
|
# hypr-wellbeing

## Installation
### AUR
```sh
paru -S hypr-wellbeing-bin
```
### Nix Flakes
Add to your flake inputs:
```nix
inputs.hypr-wellbeing.url = "github:DemonKingSwarn/hypr-wellbeing";
```
Then add to your packages:
```nix
environment.systemPackages = [ inputs.hypr-wellbeing.packages.${pkgs.system}.default ];
# or with home-manager:
home.packages = [ inputs.hypr-wellbeing.packages.${pkgs.system}.default ];
```
### 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
|