FitDash
Fitbit step counter and fitness data widget for KDE Plasma.
Download
Requirements
- KDE Plasma 6
- Python 3
- A Fitbit developer account (free)
Installation
git clone https://github.com/democe/fitdash.git
cd fitdash
./scripts/install.sh
or
git clone https://github.com/democe/fitdash.git
cd fitdash
./scripts/package.sh
and install the plasmoid through plasma Add and Manage Widgets/Get New/Install Widget From Local File...
Uninstallation
./scripts/uninstall.sh
Or if installed from a .plasmoid file:
plasmapkg2 -r com.democe.fitdash
Development
# Install locally
./scripts/install.sh
# Test in standalone window (requires plasma-sdk)
./scripts/test.sh
# Package for distribution
./scripts/package.sh
# Uninstall
./scripts/uninstall.sh
No build step required — QML is interpreted at runtime. After modifying QML files, re-run install.sh then test.sh to see changes.
Links
License
Author
democe — [email protected]