i3 / i3status

Generates status bar to use with i3bar, dzen2 or xmobar
BSD 3-Clause "New" or "Revised" License
598 stars 251 forks source link

Port memory printing on OpenBSD #493

Open lucic71 opened 2 years ago

lucic71 commented 2 years ago
lucic71 commented 2 years ago

I still need to find a way to get buffers, cached and shared memory. If you have any idea how to do that it would be much appreciated.

lucic71 commented 2 years ago

@stapelberg is this repo still active?

stapelberg commented 2 years ago

Yes, this is still active, but I don’t really have time to answer development questions, sorry. I can try to review and merge your PR once you let me know it’s ready (it sounded like it wasn’t ready currently).

lucic71 commented 2 years ago

@stapelberg, it's ready for reviewing!

stapelberg commented 2 years ago

@stapelberg, it's ready for reviewing!

Thanks, this looks reasonable on first glance.

Can you format your code with clang-format to make the CI pass? Have you run the tests yet to ensure they pass, too?