Note
This project has been discontinued. This is my first rust project and I was more interested in getting stuff to work than writing clean and maintainable code. Looking back, the code looks ugly as hell and it is clear that I had no idea what I was doing. I'm not touching this code anymore.
A personal conky-like Linux system monitor built with rust and gtk.
Pomky is not as configurable, modular, or feature packed as conky. It is tailor-made for my need and hardware. If you are looking for an conky alternative written in rust, check out randy or maybe even consider using eww. Honorable mentions: dogky.
Since pomky is designed to only run on my hardware, it will most likely not compile on your system. No technical support will be provided.
The following command builds and saves an executable binary at
~/.cargo/bin/pomky
.
cargo install --path .
Add the bin directory to the PATH
environment variable
to make it available everywhere.