CPU Core Load

May 28, 2026 · View on GitHub

Preview

DankMaterialShell plugin for the Dank Bar that shows per-CPU-core load bars and an optional CPU utilization history graph.

Features

  • One bar per logical CPU core from DgopService.perCoreCpuUsage
  • Fixed core bar width; background size is computed automatically
  • Configurable spacing between core bars
  • Load-based colors (default: low / mid / high at 40% and 80%) or a single theme color
  • Optional utilization graph (overall CPU %, configurable duration)
  • Horizontal and vertical Dank Bar layouts (bars run perpendicular to the bar edge)
  • Click opens the stock DMS process list sorted by CPU

Install

DMS Plugins UI

Settings → PluginsBrowse → install this folder as a plugin.

Manual

cp -r /path/to/dms-plugin-cpucoreload ~/.config/DankMaterialShell/plugins/cpuCoreLoad
dms restart

Requirements

  • DankMaterialShell ≥ 1.2.0
  • dgop (used by DMS DgopService)