burnout-detector

Crates.ioburnout-detector
lib.rsburnout-detector
version0.3.1
sourcesrc
created_at2023-05-03 18:30:48.379836
updated_at2023-05-03 18:35:01.715167
descriptionThis app aims to help you to take some breaks, this acts as waybar module and can also send notifications.
homepagehttps://github.com/cyrinux/burnout-detector
repositoryhttps://github.com/cyrinux/burnout-detector
max_upload_size
id855693
size96,836
Cyril Levis (cyrinux)

documentation

README

Burnout-detector 🧠🧑‍🚒

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.

Configuration

Waybar

~/.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.

Resources

The exercices are inspired (copied actually) from the SafeEyes project.

Commit count: 10

cargo fmt