Habits is an application to monitor your habits with your PC. So you can study how many kilometers travel with your mouse or how many keystrokes.
🏠 Homepage
Before you begin, ensure you have met the following requirements:
- If you install it from PPA don't worry about, becouse all the requirements are included in the package
- If you clone the repository, you need, at least, these dependecies,
gir1.2-gtk-3.0,
gir1.2-glib-2.0,
gir1.2-gdkpixbuf-2.0,
gir1.2-appindicator3-0.1,
gir1.2-webkit2-4.0,
python3-xlib
To install Habits, follow these steps:
- In a terminal (
Ctrl+Alt+T
), run these commands
sudo add-apt-repository ppa:atareao/atareao
sudo apt update
sudo apt install habits
When you start Habits it goes to Indicator Area, as you can see in the next screenshot,
You can set some options in order to start Habits when you start your Operative System.
- Set the icon theme. Dark or light.
- Start Habits with your Operative System
Besides you can set the colors of the graphics
In the next screenshot you can see the about
In the next screenshots you can see some samples of my use of Habits,
To contribute to Habits, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks goes to these wonderful people (emoji key):
Lorenzo Carbonell 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
If you want to contact me you can reach me at atareao.es.
This project uses the following license: MIT License.