Crates.io | burnout-detector |
lib.rs | burnout-detector |
version | 0.3.1 |
source | src |
created_at | 2023-05-03 18:30:48.379836 |
updated_at | 2023-05-03 18:35:01.715167 |
description | This app aims to help you to take some breaks, this acts as waybar module and can also send notifications. |
homepage | https://github.com/cyrinux/burnout-detector |
repository | https://github.com/cyrinux/burnout-detector |
max_upload_size | |
id | 855693 |
size | 96,836 |
This toy aim to detect your idle activity and invite you to take a break and do some gymnastics.
Disclaimer
This gadget is not able to detect a real burnout! Please take care of yourself.
This is compatible with waybar as a custom module, run it with the --waybar
parameter to micmic the waybar-eyes module.
It will display an eye per 5min and will notify you by popup when the max eyes number is reach.
~/.config/waybar/config
...
"custom/burnout-detector": {
"exec": "burnout-detector --waybar --max-active-sessions 3",
"return-type": "json",
},
...
There is also 3 class you can use ok
, warning
and critical
.
The exercices are inspired (copied actually) from the SafeEyes project.