paulreimer / sysstat

Simple system status information for i3 with fuzzyclock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sysstat

Screenshot

This little program provides system status using the i3bar protocol. I wrote it to get rid of conky. This also includes a fuzzy clock.

Building/Installation

Before building keep in mind that this program is intended for my personal needs and thus might require some tweaks in the source code to fit your needs. Simply build sysstat with:

$ make

Dependencies

  • linux kernel (relies on data from /proc)
  • libmpdclient
  • yajl2

Ideas

Some ideas I may implement at some point.

  • extend click_event handling

License

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

About

Simple system status information for i3 with fuzzyclock

License:MIT License


Languages

Language:C 96.0%Language:Makefile 4.0%