Skip to content

Modified system monitor from xfce-hkmon. Added more temperature monitoring.

License

Notifications You must be signed in to change notification settings

Boneflame/xfce-hkmon-neo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Modified system monitor from xfce-hkmon. Added more temperature monitoring.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Makefile 0.6%