A screentime monitoring tool, shows how much time are you really using a PC. It work nicely with i3status or py3status on I3 window manager for example :)
yay screentime
(or other AUR manager)
cargo install
screentime
in background to run the daemon
screentime get
will show you the total screentime in secondsscreentime hms
will show you the total screentime in HH:MM:SS formatConfig 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
)