Skip to content

Hyperchaotic/minimon-applet

Repository files navigation

Minimon COSMIC Applet

A little applet for displaying total CPU load and/or memory usage. Can sit in the panel or Dock. Configurable refresh rate and display options. Can sit both in dock and the panel and can be configured differently for each instance.

screenshot-2024-09-12-16-52-36

panel

screenshot-2024-08-15-01-02-19

)

Thanks to @edfloreshz for the applet template :)

Installing

If you're on a .deb based distibution download latest version and install with the following commands:

unzip ./cosmic-applet-minimon_0.1.1_amd64.deb.zip
dpkg -i cosmic-applet-minimon_0.1.1_amd64.deb

Building

To build your COSMIC applet, you will need just and probably xkbcommon, if you're on Pop!_OS, you can install it with the following command:

sudo apt install just libxkbcommon-dev

After you install it, you can run the following commands to build and install your applet:

just build-release
sudo just install

Alternatively generate a deb file for installation:

just deb

and install with:

sudo dpkg -i <name_of.deb>