# network-ball-gtk **Repository Path**: baloneo/network-ball-gtk ## Basic Information - **Project Name**: network-ball-gtk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # network-ball-gtk Display network speed and memory information on linux desktop platform. ![net-ball-gtk](https://raw.githubusercontent.com/Baloneo/network-ball-gtk/master/net-ball-gtk5.gif) ## Run 1. Git clone or download this project. ``` git clone https://github.com/Baloneo/network-ball-gtk.git cd network-ball-gtk/releases ``` 2. chmod +x ``` chmod +x network-ball-gtk ``` 3. run ``` ./network-ball-gtk ``` or ``` nohup ./network-ball-gtk & ``` 4. stop ``` ctrl+c ``` or ``` killall network-ball-gtk ``` ## Auto Startup ``` bash add_autostart.sh ``` ## Options * -delay value delay start * -margin value text margin ## Build ``` cd path/of/this/project meson builddir cd builddir ninja ./network-ball-gtk ```