blob: 40c1d78d8e2b5101ed06b0550155f09dccda73fd (
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
|
# hypr-wellbeing

## Usage
> [!NOTE]
> make sure you ran this command before running the program
```sh
mkdir -p $HOME/.cache/hyprwatch/daily_data
```
### Monitor Mode
```sh
hyprwatch -d &> /dev/null &
```
### Show Stats
```sh
hyprwatch --show
```
## To-Do
- [] Weekly view
- [] 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
|