dotfiles/bottom_bar/plugins/cpu.sh~

8 lines
153 B
Bash
Executable File

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