aboutsummaryrefslogtreecommitdiff
path: root/dot-config/yambar/scripts/newsboat
blob: 3fb006c7cff15c78e9002f8600f9a4ebfd0fbea5 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Get unread count
unread=$(cut -f1 -d' ' ~/.cache/unread)

# Display unread count
printf "%s\n\n" "unread|int|$unread"