ashtum / gambal

A tiny graphical tool to monitor Network, CPU and Memory in linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gambal

Build Status

Gambal is a tiny transparent window that provides an overview of network, CPU and memory usages.
It's light-weight and uses libX11 for GUI and should work on all distros.

demo

mouse wheel up/down changes transparency.

Installation

There are .deb and .rpm packages for different atchitectures in latest release page.

Building

If you are on Arch linux and xorg-fonts-misc package is not installed. install it and logout and login to your desktop.

sudo apt-get install build-essential cmake libx11-dev
git clone https://github.com/ashtum/gambal.git
cd gambal
mkdir build
cd build
cmake ..
sudo make install
sudo gtk-update-icon-cache /usr/share/icons/hicolor

About

A tiny graphical tool to monitor Network, CPU and Memory in linux

License:GNU General Public License v2.0


Languages

Language:C++ 96.5%Language:CMake 3.2%Language:Shell 0.4%