dotfiles/common/.config/sketchybar/plugins/cpu.sh.org
2024-10-01 17:42:59 -05:00

298 B
Executable file

SketchyBar CPU Plugin

Get the CPU percentage and display it.

  #!/bin/sh
  sketchybar --set "$NAME" icon='󰍛' label="$(top -l  2 | grep -E "^CPU" | tail -1 | awk '{ print $3 + $5"%" }')"