GithubHelp home page GithubHelp logo

josh-palan / argos-scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luisfpg/argos-scripts

0.0 1.0 0.0 128 KB

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

License: Apache License 2.0

Python 100.00%

argos-scripts's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.