Regenerated

This commit is contained in:
2026-04-09 15:46:05 +02:00
parent 81d48d7480
commit 080a05d0cc
4 changed files with 314 additions and 347 deletions
@@ -21,7 +21,7 @@ tooltip=$(echo "$clients" | sed 's/^/• /' | paste -sd '\n' -)
# Output JSON with dash
jq -c -n \
--arg text "-$count" \
--arg text "$count" \
--arg tooltip "$tooltip" \
--arg class "active" \
'{text:$text, tooltip:$tooltip, class:$class}'