Skip to content

mgrub/time_tracker

Repository files navigation

time tracker

Small system tray utility to allow you to monitor your time usage . time_tracker is written to be used in the KDE Plasma desktop environment and is prepared to use some of its basic components like

Icons are taken from openmoji.org/.

A small visualization script is provided by clicking the Show report link in the GUI.

Getting started

  1. Clone the repo
  2. Navigate to repo.
    $ cd /your/path/to/repo
  3. Create virtual environment.
    $ python3 -m venv /path/to/new/virtual/environment
  4. Install dependencies into new virtual environment from requirements.txt.
    $ /path/to/new/virtual/environment/bin/pip install -r requirements.txt
  5. Adapt the launch_tray_app.sh. Comments should be sufficiently explaining.
  6. Adapt the config.json, which is hopefully sufficiently self explaining.
  7. Run the app from the commandline,
    $ ./launch_tray_app.sh
    create a .desktop file or put it in autostart.

About

Small utility to track time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published