circadian
circadian copied to clipboard
Remove w and use native Rust to check tty idle times
- Monitors the idle time for each TTY device by subtracting the last access time of the device from the current system time. The minimum idle time across all checked TTY devices is used.
- organize imports
- update Readme and sample conf file (old conf file will still work, but the comments have been updated)