Crates.io | screentime |
lib.rs | screentime |
version | 0.2.5 |
source | src |
created_at | 2022-10-01 19:43:47.709888 |
updated_at | 2022-11-03 01:09:48.69451 |
description | A lightweight screentime monitoring tool |
homepage | |
repository | https://github.com/Ginkooo/screentime |
max_upload_size | |
id | 677977 |
size | 56,891 |
A screentime monitoring tool, shows how much time are you really using certain apps. It work nicely with i3status or py3status on I3 window manager for example :)
cargo install screentime
yay screentime
(or other AUR manager)
cargo install
screentime --help
A screentime monitoring tool. Firstly, start this program with no arguments (daemon mode)
Usage: screentime [OPTIONS] [COMMAND]
Arguments:
[COMMAND]
Client commands
Possible values:
- hms: Print total screentime in HH:MM:SS format
- total: Print total screentime in seconds
- summary: Print a nice-looking summary
- raw-summary: Print a summary in raw JSON
Options:
-c, --config <FILE>
Specify a config path
-h, --help
Print help information (use `-h` for a summary)
Config path: $HOME/.config/screentime/config.toml
Variables:
port
(The port for the listening deamon (default 9898
)seconds_before_afk
(After how much seconds of inactivity assumes AFK (default 30
)snapshot_interval_in_seconds
(How often program saves its state on disk (default 10
)It just maintains a counter HashMap updated every second by one thread. Other thread has an HTTP API for the client to access the usage time. It uses only cross-platform libraries, so it should work on all three popular OSes.
Linux, Windows and MacOS
Measure total screentime
AFK feature
Configurable
Simple client in a binary
Feel free to open an issue, or just make a pull request. If you see any improvements to make the code better in any way, open a PR. I'd be happy to welcome new contributors :)