Scripts to be used with the excellent Argos Gnome-Shell extension.
The following scripts are provided:
Shows the current CPU usage. When clicked, shows the usage per core. The percentage is colored according to the CPU usage. Also shows an entry to run the gnome system monitor.
Shows the current memory usage. The percentage is colored according to the memory usage. When clicked, shows additional memory statistics. Also shows an entry to run the gnome system monitor.
Shows the current network download and upload rates. The rates are colored according to the download rates. Feel free to modify the script to adjust the rate to your connection. When clicked, shows whether each of the available network interfaces are up or down. Also shows an entry to run the network connections editor.
Checkout this project in some folder, for example, from your $HOME
folder:
git clone https://github.com/luisfpg/argos-scripts.git
Then link the scripts to the Argos configuration directory:
mkdir -p $HOME/.config/argos
cd $HOME/.config/argos
ln -s $HOME/argos-scripts/*.py .
The scripts require Python 3 with the psutil
package, which is normally
already installed in most Linux distributions.