network-ball-gtk icon indicating copy to clipboard operation
network-ball-gtk copied to clipboard

Display network speed and memory information on linux desktop platform.

network-ball-gtk

Display network speed and memory information on linux desktop platform.

net-ball-gtk

Run

  1. Git clone or download this project.
git clone https://github.com/Baloneo/network-ball-gtk.git
cd network-ball-gtk/releases
  1. chmod +x
chmod +x network-ball-gtk
  1. run
./network-ball-gtk

or

nohup ./network-ball-gtk &
  1. stop
ctrl+c

or

killall network-ball-gtk

Auto Startup

bash add_autostart.sh

Options

  • -delay value delay start

  • -margin value text margin

Build

# OS: Linuxmint 20.1 ulyssa
apt install cmake meson libgtk-3-dev
cd path/of/this/project
meson builddir
cd builddir
ninja
./network-ball-gtk