josh-palan / argos-scripts

Scripts to be used with the excellent Argos (https://github.com/p-e-w/argos) Gnome-Shell extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

argos-scripts

Scripts to be used with the excellent Argos Gnome-Shell extension.

Scripts

The following scripts are provided:

CPU monitor: cpu.1s.py

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.

Screenshot

Memory monitor: mem.1s.py

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.

Screenshot

Network monitor: net.1s.py

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.

Screenshot

Installation

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 .

Requirements

The scripts require Python 3 with the psutil package, which is normally already installed in most Linux distributions.

About

Scripts to be used with the excellent Argos (https://github.com/p-e-w/argos) Gnome-Shell extension

License:Apache License 2.0


Languages

Language:Python 100.0%