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).
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
- linux kernel (relies on data from /proc and /sys, as well as
signalfd(2)
andtimerfd(2)
) - libmpdclient
- yajl2
Some ideas I may implement at some point.
- extend
click_event
handling - display currently selected keyboard layout
sysstat
is licensed under a MIT license. For more details please see
the LICENSE
file.