system-gauges

Crates.iosystem-gauges
lib.rssystem-gauges
version0.1.1
created_at2025-12-31 21:10:35.343901+00
updated_at2025-12-31 21:19:01.84078+00
descriptionA tui program that displays information about your system in a gauge format
homepagehttps://github.com/Djalcoding/system-gauges.rs
repositoryhttps://github.com/Djalcoding/system-gauges.rs
max_upload_size
id2015385
size61,609
Djal Bertrand (Djalcoding)

documentation

README

System gauges is a rust program that display information about your system in a linear gauge format from the inside of your terminal.

Features

The currently supported informations about your system are :

  • your RAM usage
  • your SWAP usage
  • your global CPU usage
  • your Disk usage

The colors of the main gauges and the disk gauges are customizable.

If you have more than one disk the gauges will be sized appropriately to all fit on the screen.

Installation

cargo install system-gauges

Note

This should not be installed as a library.

Usage

Help : (this will display all arguments along with colors)

system-gauges -h

Running the program :

system-gauges

Setting a custom color :

system-gauges -c blue

Setting a custom color for disks:

system-gauges -d red

The colors are defined by your Terminal Environment.

Notes

  • The script currently only has Linux support as it uses termion, (it should also work on Mac-OS but it hasn't been tested)
Commit count: 0

cargo fmt