An open API service indexing awesome lists of open source software.

https://github.com/igrmk/gnome-shell-extension-simple-status-line

Status line in your gnome panel
https://github.com/igrmk/gnome-shell-extension-simple-status-line

Last synced: about 1 year ago
JSON representation

Status line in your gnome panel

Awesome Lists containing this project

README

          

# Simple Status LIne

[![GitHub](https://img.shields.io/github/license/igrmk/gnome-shell-extension-simple-status-line?style=flat-square)](https://github.com/igrmk/gnome-shell-extension-simple-status-line/blob/master/LICENSE)

Simple status line extension for GNOME.
It shows current CPU usage, memory usage, net speed, and battery charge on the right/bottom part of the panel.
The text is like `p 1% m 23% ↓ 45 Mb/s ↑ 7 Mb/s b 93%`.

# Installation

From GNOME extensions: [Simple Status Line](https://extensions.gnome.org/extension/5052/simple-status-line/)

# License

[GPL-2.0](https://github.com/igrmk/gnome-shell-extension-simple-status-line/blob/master/LICENSE)

# References

This extension is based on
[https://github.com/LGiki/gnome-shell-extension-simple-system-monitor](https://github.com/LGiki/gnome-shell-extension-simple-system-monitor)