blob: 3d236795c17065f1d712fb9a4a915e488f6fc316 (
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
|
# hyprwatch

## Usage
### Monitor Mode
```sh
mkdir -p $HOME/.cache/hyprwatch/daily_data
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
|