config/files/sketchybar/plugins/executable_brew.sh
2025-05-03 21:41:46 -07:00

21 lines
329 B
Bash

#!/usr/bin/env sh
source "$HOME/.config/sketchybar/colors.sh"
COUNT=$(brew outdated | wc -l | tr -d ' ')
COLOR=$RED
case "$COUNT" in
[3-5][0-9]) COLOR=$ORANGE
;;
[1-2][0-9]) COLOR=$YELLOW
;;
[1-9]) COLOR=$BLACK
;;
0) COLOR=$GREEN
COUNT=􀆅
;;
esac
sketchybar --set $NAME label=$COUNT icon.color=$COLOR