dotfiles/macos/.config/sketchybar/plugins/cpu.org
2024-08-14 10:43:27 -05:00

298 B

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"%" }')"