This plugin will show you how many minutes you have left to code for today. It fetches the API every 30 seconds due to rounding.
In the Release section, you can find the file com.morphclue.wakatime.streamDeckPlugin. If you double-click this file on your machine, Stream Deck will install the plugin.
To use this plugin you need to open up the PropertyInspector and input
- Your WakaTime-Username
- Your API-Key
- Your target daily minutes
After that hit the Refresh
Button to persist the data in the global settings.
It may occur that one minute not always passes exactly when one realtime minute passes. This is because
your IDE-Plugin
only updates in certain intervals or rounding leads to small mistakes.
The code in this repository falls under the MIT-License.