Add num_to_review

This commit is contained in:
2023-06-14 21:20:24 +02:00
parent 3bdbf82d37
commit 83f7ab9407

View File

@@ -2,6 +2,8 @@
# Anki review percentage for statusbar
num_to_review=200
# Get current card count from Anki
count=$(curl -s localhost:8765 -X POST -d '{"action": "getNumCardsReviewedToday", "version": 6}' | jq '.result')