SketchyBar/plugins/gitNotifications.sh

11 lines
191 B
Bash
Raw Normal View History

#!/usr/bin/env bash
NOTIFICATIONS="$(gh api notifications | jq '.[]')"
if [ "$NOTIFICATIONS" = "" ]; then
2021-10-21 22:27:28 +00:00
sketchybar -m --set $NAME icon=
else
2021-10-21 22:27:28 +00:00
sketchybar -m --set $NAME icon=
fi