An open API service indexing awesome lists of open source software.

https://github.com/tigger04/wonky

wonky
https://github.com/tigger04/wonky

Last synced: about 1 month ago
JSON representation

wonky

Awesome Lists containing this project

README

        

#+title: wonky

A very simple alternative to conky

* Quick start
With

* Rationale
Impatience with conky's inability to handle basic unicode or emoji characters.

Most of what I want displayed is already generated by external scripts (mostly bash) and I need a simple plaintext viewer embedded in my desktop that can be periodically updated.

** Alternatives considered
*** ImageMagick
I have lived with alternative approaches, such as periodically generating a wallpaper with the text annotated via ImageMagick. However this is a bit hacky and heaavy on resources.
*** Conky
The original and best. Despite my above complaint, Conky really is the Swiss Army Knife for this kind of thing

* First stab
This is my first stab at the problem. Comments and suggestions welcome.