aboutsummaryrefslogtreecommitdiffstats
path: root/newsboat/.local/bin/notify-newsboat
blob: 10e94e70ad54949d7dd8a48b58f04170484eae6f (plain) (blame)
1
2
3
4
5
#!/bin/sh

# this is specified in newsboat config as `notify-program`

notify-send -t 5000 "newsboat" "$1"