pompy.dev/markdown/portfolio/pomky.md

791 B

name overview image repo badges
pomky A gtk-based, [conky](https://github.com/brndnmtthws/conky)-like system monitor written in rust. /img/portfolio/pomky.png https://github.com/developomp/pomky
rust

Introduction

Pomky was created to solve some problems/limitations that exists in the conky project. Primarily the lack of a GUI editor and the primitive layout system.

To fix these issues, pomky uses gtk for the GUI and windowing. This allows the UI to be edited using software such as glade which is much more flexible and is better for quick UI testing.

It is currently replaced by smon de to some wayland issues.