This is a Budgie panel applet that allows you to connect to and track time using the Kimai Timetracker API.
Find and download the .deb
package in the latest release.
Install using the command:
sudo dpkg -i budgie-kimai-timetracker-applet_1.0.0_amd64.deb
-
Add the applet to your Budgie panel in the Budgie Desktop Settings application.
-
In the Kimai webapp, navigate to "My Profile" -> "API Access" -> "Create" to create an API token.
-
Click the tray icon.
- Go to settings and fill out base URL and API token.
- Now you can create new timers and stop them. The applet will also update its status if you start and stop timers in the Kimai webapp.
Ensure you have the required dependencies installed:
sudo apt install budgie-desktop budgie-core budgie-core-dev
sudo apt install meson ninja-build valac
sudo apt install libgtk-3-dev libglib2.0-dev libjson-glib-dev libsoup2.4-dev libsecret-1-dev
First build the .so
library:
meson setup build
ninja -C build
Then build a .deb
package:
dpkg-buildpackage -us -uc
This Budgie panel applet was created by Peter Grønbæk Andersen and is licensed under GNU GPL v3.