Native Omarchy bar widget for a compact live dashboard of CPU (overall and per-core, with temperature), memory, swap, root-disk usage, load average, uptime, and the top five processes by CPU.
The widget reads Linux /proc, df, and hwmon data directly, so it does
not need a terminal or a running btop process. It refreshes while open and
adapts its popup height to the active monitor and scaling.
omarchy plugin add /path/to/omarchy-system-stats --enableAdd harbefas.system-stats to the right section of
~/.config/omarchy/shell.json, then reload the shell:
omarchy restart shellThe plugin can also be installed from a Git repository with omarchy plugin add <git-url> --enable.
Standard Linux userland only: bash, awk, nproc and df (coreutils), and
ps (procps). No extra packages, daemons, or network access.
Per-core temperatures are read from the coretemp hwmon driver (Intel). On
hardware exposing a different driver, such as AMD k10temp, every other metric
still works and the temperature readout is omitted.
omarchy plugin remove harbefas.system-statsAlso remove harbefas.system-stats from the right section of
~/.config/omarchy/shell.json if it is still listed, then run omarchy restart shell. The plugin writes no files outside its own directory and leaves no
other state behind.
MIT
