Files
solorice/config/eww/scripts/github
2024-10-18 09:09:49 +03:00

5 lines
140 B
Bash

#!/bin/sh
notifications="$(gh api notifications 2> /dev/null | jq '. | length')"
[ -z notifications ] && echo "" || echo "$notifications"