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

# Get unread count
pgrep -x newsboat || newsboat -x print-unread >~/.cache/unread
unread=$(cut -f1 -d' ' ~/.cache/unread)

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