Real-time system monitor widget for KDE Plasma 6
SysMonKubu is a lightweight Plasma applet that displays real-time system resource usage directly in your panel. It shows CPU, GPU, RAM, and disk usage at a glance with color-coded bars and labels.
- Real-time monitoring - Updates every 2 seconds
- Multi-GPU support - Works with NVIDIA, AMD, and Intel graphics
- Color-coded display - Green (CPU), Pink (GPU), Blue (RAM), Orange (Disk)
- Compact design - Minimal footprint on your panel
- Open source - Free and transparent
- KDE Plasma 6.x
- Linux with
/procfilesystem - Optional:
nvidia-smifor NVIDIA GPU monitoring
- Open System Settings → Plasma Widgets
- Search for "SysMonKubu"
- Click Install
# Copy to local plasmoids directory
cp -r SysMonKubu ~/.local/share/plasma/plasmoids/
# Rebuild Plasma cache
kbuildsycoca6
# Restart Plasma (optional)
systemctl --user restart plasma-plasmashell- Right-click on your panel
- Select Add Widgets
- Search for "SysMonKubu"
- Drag it to your panel
The widget displays four metrics in your panel:
| Color | Metric | Description |
|---|---|---|
| 🟢 Green | CPU | Processor usage percentage |
| 🩷 Pink | GPU | Graphics card usage percentage |
| 🔵 Blue | RAM | Memory usage percentage |
| 🟠 Orange | DISK | Root partition usage |
Click on the widget to see more details in the popup.
# Create package archive
tar -czf SysMonKubu.plasmoid --transform 's,^\./,,' .
# Install locally
kpackagetool6 --type Plasma/Applet --install SysMonKubu.plasmoid- NVIDIA - Uses
nvidia-smi - AMD - Reads from
/sys/class/drm/card*/device/gpu_busy_percent - Intel - Reads from
/sys/class/drm/card*/device/gpu_busy_percent - Others - Displays 0%
Edit contents/scripts/monitor.sh to customize:
- Update interval (default: 2 seconds)
- Disk partition to monitor
- Additional metrics
kbuildsycoca6
systemctl --user restart plasma-plasmashell- Ensure
nvidia-smiis installed for NVIDIA cards - AMD/Intel GPUs require kernel support for
gpu_busy_percent
The script reads system files that require read permissions. Most users won't encounter issues.
GPLv3 - See LICENSE file for details.
Made with ❤️ by Dario Chiapperini
- Website: dariochiapperini.dev
- GitHub: @darchidev
- KDE Store: SysMonKubu
SysMonKubu © 2026 Dario Chiapperini
