https://github.com/cosmic-utils/minimon-applet
A COSMIC applet for displaying CPU/Memory/Network/Disk/GPU usage in the Panel or Dock..
https://github.com/cosmic-utils/minimon-applet
Last synced: about 1 year ago
JSON representation
A COSMIC applet for displaying CPU/Memory/Network/Disk/GPU usage in the Panel or Dock..
- Host: GitHub
- URL: https://github.com/cosmic-utils/minimon-applet
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2024-07-26T19:49:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T01:03:43.000Z (about 1 year ago)
- Last Synced: 2025-05-13T02:19:52.531Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.33 MB
- Stars: 37
- Watchers: 1
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimon COSMIC Applet
A configurable applet for displaying the following:
* CPU load
* CPU temperature
* Memory usage
* Network utilization
* Disk activity
* GPU and VRAM usage on Nvidia and AMD GPUs.
Can sit in the panel or Dock. Configurable refresh rate and many display options.





## Installing
If on a .deb based distibution download [latest version](https://github.com/Hyperchaotic/minimon-applet/releases) and install with the following commands:
```sh
sudo dpkg -i cosmic-applet-minimon_0.3.10_amd64.deb
```
## Building
To build the applet, you will need [just](https://github.com/casey/just) and probably xkbcommon, if you're on Pop!\_OS, you can install it with the following command:
```sh
sudo apt install just libxkbcommon-dev
```
Run the following commands to build and install the applet:
```sh
just build-release
just install
```
Alternatively generate a deb or rpm file for installation:
```sh
just build-release
just deb
just rpm
```
and install with:
```sh
sudo dpkg -i
sudo dnf install
```