TUI process viewer like htop, but more visually appealing (or at least was supposed to be)
TUI process viewer like htop, but more visually appealing (or at least was supposed to be)
I implemented actually gathering CPU temperature from default Linux /sys/class/hwmon/. It won’t work on all systems, but I guess I targeted as much as I possibly could while staying a sane person and not using third-party libs. Also I render this stuff onto a frame and poll for updates every 500 ms in a parallel thread 😎
I set up some basic utility to build and run app with a .sh script. Also created a frame class, which is, a frame? Basically can render any title and size, think it’s awesome. Maybe gotta change the borders to something more visually appealing in the future, like circles? Anyways, I think next I will actually start grabbing some temperature info from /sys/class/hwmon/ and showing it into the interface
Log in to leave a comment