Check out hyprmonitor now!! This one still works fine, but new features will be rolled out in hyprmonitor
A script to monitor your screentime usage
-
Clone the repository, give it the required permissions and run the install script
-
git clone https://github.com/kio42069/ssm && cd ssm && sudo chmod +x install.sh && ./install.sh -
Add this line to your
hypr.conf -
exec-once=monitor -
Restart your Hyprland session to start the monitor script
- Simply run
readerto check your stats -
-a: flag to check overall stats for all applications, along with the window names.-d: flag to checks stats for a specific date. Example :reader -d 2024-06-12
Currently this script will keep on recording data, it does not have a database to store the data according to days- Shift from a binary files based logging system to a database style system
- Create a GUI applet, possibly one based on Java
- Create a web dashboard, based on Django since the project is based on python
Hello! I was trying to look out for some kind of a screentime monitor, like digital wellbeing exists for Android, but was unable to find anything good for Arch Linux and specifically for Hyprland. So here a small python script to help out with that!
Created by kiddo42069
