Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omarchy System Stats

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.

Install locally

omarchy plugin add /path/to/omarchy-system-stats --enable

Add harbefas.system-stats to the right section of ~/.config/omarchy/shell.json, then reload the shell:

omarchy restart shell

The plugin can also be installed from a Git repository with omarchy plugin add <git-url> --enable.

Requirements

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.

Remove

omarchy plugin remove harbefas.system-stats

Also 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.

License

MIT

Preview

System stats panel

About

Native Omarchy bar widget: live CPU/mem/disk dashboard, per-core temps, top processes

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages