sommerfeld-io-archive / configs

Configuration as code for all my computers and RasPi nodes.
Other
1 stars 0 forks source link

Add conkyrc config for caprica displaying information from github #80

Closed sebastian-sommerfeld-io closed 1 year ago

sebastian-sommerfeld-io commented 1 year ago

As a software developer, I want to display real-time information from my GitHub account on my desktop using Conky, so that I can monitor my repositories and stay up-to-date with the latest activity.

I want a dashboard-style visualization that displays the following information from my GitHub account:

Acceptance Criteria

Implementation tasks

I what one or more bash scripts (triggered by cron maybe) to query all information and write them to /tmp/conky-data/....... Conky should only display the information from these files. Maybe use yq to parse some yaml but no more logic in conky! Every "real" request to github is done through the github cli and run inside a Docker container.