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

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..

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.

![Image](https://github.com/cosmic-utils/minimon-applet/blob/main/cosmic-applet-minimon.png)

![Image](https://github.com/user-attachments/assets/5d697c74-f7dc-4213-8516-465c32e5567b)

![Image](https://github.com/user-attachments/assets/b6fa25a0-2945-4a40-bdf4-38ef946b8d26)

![Image](https://github.com/user-attachments/assets/2787cf05-2121-4c25-b1a2-d0b511c30215)

![Image](https://github.com/user-attachments/assets/fa6f4b2c-ab95-4815-b7ab-fdd7557797f7)

## 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
```