8000 GitHub - cosmic-utils/minimon-applet: A COSMIC applet for displaying CPU/Memory/Network/Disk/GPU usage in the Panel or Dock..
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A COSMIC applet for displaying CPU/Memory/Network/Disk/GPU usage in the Panel or Dock..

License

Notifications You must be signed in to change notification settings

cosmic-utils/minimon-applet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Image

Image

Image

Image

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