Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NicoWeio/activitywatch-plasmoid
usage stats right on your desktop
https://github.com/NicoWeio/activitywatch-plasmoid
Last synced: 10 days ago
JSON representation
usage stats right on your desktop
- Host: GitHub
- URL: https://github.com/NicoWeio/activitywatch-plasmoid
- Owner: NicoWeio
- Created: 2021-06-11T19:45:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T11:22:12.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:11:45.893Z (3 months ago)
- Language: QML
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-activitywatch - activitywatch-plasmoid
README
## What is this?
This is a Plasmoid, i.e. a desktop widget,
that **shows the window titles with the longest associated non-AFK duration of the day**.It's a really early prototype.
Using some [Voodoo programming](https://en.wikipedia.org/wiki/Voodoo_programming),
I got it to a usable state.License: TBD. For now, feel free to hack around an submit PRs.
## Development
Some useful commands:
```shell
# preview the *local* plasmoid
# Note: Click and hold to change the plasmoid's size – at least that's the only way it works for me.
plasmoidviewer -a plasmoid# preview the *installed* plasmoid
plasmawindowed de.nicolaiweitkemper.activitywatch# install; only works if not present
kpackagetool5 -t Plasma/Applet --install plasmoid# otherwise, use
kpackagetool5 -t Plasma/Applet --upgrade plasmoid# for uninstalling (untested), use
kpackagetool5 -t Plasma/Applet --remove de.nicolaiweitkemper.activitywatch
```## Sources
-
-