Skip to content

cosmic-utils/minimon-applet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1433c7f · Mar 28, 2025
Mar 22, 2025
Sep 16, 2024
Mar 28, 2025
Aug 21, 2024
Mar 25, 2025
Mar 24, 2025
Jul 26, 2024
Mar 17, 2025
Mar 15, 2025
Jul 26, 2024
Aug 16, 2024

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.

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

panel

Image

Thanks to @edfloreshz for the applet template :)

Installing

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

sudo dpkg -i cosmic-applet-minimon_0.3.10_amd64.deb

Building

To build the 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

Run the following commands to build and install the applet:

just build-release
just install

Alternatively generate a deb file for installation:

just deb

and install with:

sudo dpkg -i <name_of.deb>