gambal

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

GPL-2.0 License

Stars
38

Gambal

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.

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
Badges
Extracted from project README
Build Status