Skip to content

rylan-x/cosmic-ext-applet-systemstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Stats Applet for COSMIC Desktop

A lightweight system monitoring applet for the COSMIC desktop environment.

System Stats Screenshot

Features

  • CPU usage monitoring
  • Memory usage display
  • Network upload/download speeds
  • CPU temperature
  • GPU temperature

Dependencies

Building requires just and libxkbcommon-dev

Installation

Build and Install

just build-release
sudo just install

From Package

.deb package:

sudo dpkg -i cosmic-applet-systemstats_1.0.0-1_amd64.deb

.flatpak package:

flatpak install --user cosmic-applet-systemstats.flatpak

Configuration

The applet can be configured via ~/.config/systemstats/config.toml. A default configuration file is automatically created.

Configuration Options

# Refresh interval in milliseconds (default: 1000 = 1 second)
refresh_interval_ms = 1000

[monitors]
# Toggle individual monitors on/off (default: all true)
cpu_usage = true
cpu_temperature = true
gpu_temperature = true
memory = true
network = true

After editing the config file, restart the applet/panel for changes to take effect.

About

A lightweight system monitoring applet for COSMIC desktop displaying CPU, GPU, memory, and network stats in the panel.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors