sjbr / xfce-hkmon

Hacker's Monitor for XFCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker's Monitor for XFCE

Screenshot and doc

See the project web page.

Installation

  1. Download xfce-hkmon.cpp and compile it (you only need gcc or clang installed):
g++ -std=c++0x -O3 -lrt xfce-hkmon.cpp -o xfce-hkmon
  1. Place the executable somewhere (e.g. /usr/local/bin)
  2. Add a XFCE Generic Monitor Applet (comes with most distros) with these settings: no label, 1 second period, Bitstream Vera Sans Mono font (recommended) and the following command:
/usr/local/bin/xfce-hkmon NET CPU TEMP IO RAM

About

Hacker's Monitor for XFCE

License:GNU General Public License v2.0


Languages

Language:C++ 99.1%Language:Makefile 0.9%