Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.