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
- Host: GitHub
- URL: https://github.com/igrmk/gnome-shell-extension-simple-status-line
- Owner: igrmk
- License: gpl-2.0
- Created: 2022-05-03T18:00:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T18:27:46.000Z (about 4 years ago)
- Last Synced: 2023-03-05T06:34:26.499Z (over 3 years ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Status LIne
[](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)