/sysstat

Simple system status information for i3 with fuzzyclock

Primary LanguageCMIT LicenseMIT

sysstat

Screenshot

This little program provides system status using the i3bar protocol. I wrote it as a replacement for a conky config I was previously using. This also includes a "fuzzy" clock (toggleable by clicking on the i3bar).

Building/Installation

Before building keep in mind that this program is mostly intended for the author's personal needs and thus might require some tweaks in the source code to fit your setup. Some options can be adjusted in config.h (requires recompilation).

Simply build sysstat with:

$ make

Dependencies

  • linux kernel (relies on data from /proc and /sys, as well as signalfd(2) and timerfd(2))
  • libmpdclient
  • yajl2

Ideas

Some ideas I may implement at some point.

  • extend click_event handling
  • display currently selected keyboard layout

License

sysstat is licensed under a MIT license. For more details please see the LICENSE file.