HackerLangs
トップ新着トレンドコメント過去質問紹介求人

skrellm

no profile record

投稿

Show HN: SKrellM – system monitors on your desktop

bztsrc.gitlab.io
2 ポイント·投稿者 skrellm·26 日前·1 コメント

コメント

skrellm
·12 日前·議論
I've created a similar tool

https://news.ycombinator.com/item?id=48538174

But it's multi-platform (Linux, Windows and some BSDs), more capable and even skinable so looks even cooler than this.
skrellm
·22 日前·議論
I've created a similar (minimal, lightweight, ANSI C) UI library, which is even easier to use.

https://gitlab.com/bztsrc/smgui

I don't like immediate-mode, because you must handle everything in the same thread, so mine is a state-mode GUI.

For immediate-mode and ANSI C, there's also Nuklear:

https://github.com/Immediate-Mode-UI/Nuklear

This latter has all the bells and whistles.
skrellm
·26 日前·議論
SKrellM - system monitors on your desktop (lightweight, multiplatform gkrellm reimplementation)

- https://news.ycombinator.com/item?id=48538174

- https://bztsrc.gitlab.io/skrellm/
skrellm
·26 日前·議論
The skrellm is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme. It displays these system resource monitors on your desktop.

https://bztsrc.gitlab.io/skrellm/

It is a minimal, multiplatform rewrite of gkrellm, because my distro dropped glib2 and gtk2 support, so I can't compile gkrellm any more (gtk3 rewrite is just a myth, couldn't find it on the official site), and none of the panels my DE has was as sophisticated as I'm used to with gkrellm.

I've checked multiload-ng (doesn't compile) and Conky (too bloated and doesn't compile either, couldn't set up its build env so many dependencies) which didn't work, so I had to implement my own truly lightweight version.

SKrellM is free and Open Source, licensed under GPLv3+, less than 400K single portable binary, hope you like it!