blob: 62ef9b8f36a31f9bc6ea32cd96f6ba42f3036b40 (
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
|
# hyprwatch

## 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
|