Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/gnome-system-monitor
Gnome extension to displays CPU and RAM usage in the panel.
https://github.com/aksh-bansal-dev/gnome-system-monitor
Last synced: 25 days ago
JSON representation
Gnome extension to displays CPU and RAM usage in the panel.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/gnome-system-monitor
- Owner: Aksh-Bansal-dev
- License: mit
- Created: 2021-07-17T19:40:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T13:39:41.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:05:26.716Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gnome System Monitor
Gnome extension to displays CPU and RAM usage in the panel.## How to use
- Clone the repo and cd into the directory.
- Run `./install.sh`
- Press `Alt`+`F2` then enter `r` to reload gnome-shell.OR
- Run (Manual)
```bash
mkdir ~/.local/share/gnome-shell/extensions/[email protected]
cp ./extension.js ~/.local/share/gnome-shell/extensions/[email protected]/extension.js
cp ./metadata.json ~/.local/share/gnome-shell/extensions/[email protected]/metadata.json
gnome-extensions enable [email protected]
```
- Press `Alt`+`F2` then enter `r` to reload gnome-shell.