Home
Softono
cosmic-ext-applet-system-monitor

cosmic-ext-applet-system-monitor

Open source Rust
58
Stars
15
Forks
9
Issues
2
Watchers
1 month
Last Commit

About cosmic-ext-applet-system-monitor

A highly configurable resource monitor applet for the COSMIC DE

Platforms

Web Self-hosted

Languages

Rust

Links

System Monitor Cosmic Applet

A highly configurable system resource monitor for the COSMIC DE

screenshot of the applet

The instructions for configuring are located in the documentation

Installing

You can just grab the .deb, .rpm or tarball from the releases page, or install from the COSMIC Flatpak Repository.

Building from source

Clone the repository

git clone https://github.com/D-Brox/cosmic-ext-applet-system-monitor 
cd cosmic-ext-applet-system-monitor 

Install the build dependencies (or equivalent packages in non debian-based distros):

  • rustc/cargo
  • just
  • libxkbcommon-dev

Build and install the project:

just build-release
sudo just install 
# or
just install-local

For alternative packaging methods, use the one of the following recipes:

  • deb: run just build-deb and sudo just install-deb
  • rpm: run just build-rpm and sudo just install-rpm

For vendoring, use just vendor and just vendor-build

Roadmap

Theming:

  • [x] Layout
  • [x] Custom colors
  • [ ] Transparency

Resource monitoring:

  • [x] CPU usage (global and per core)
  • [x] Memory usage (RAM and Swap)
  • [x] Network I/O
  • [x] Disk I/O
  • [x] GPU (usage and VRAM)
  • [ ] Thermal sensors

Component views

  • [x] Run chart views (percentage and I/O)
  • [x] Bar chart views (percentage and CPU cores)
  • [ ] Text views
  • [ ] Popup (general system info)

Contributing

Contributions are welcome

To build and install the debug build

just build-debug && sudo just debug=1 install

Special Thanks