dotfiles/.config/newsboat/notif.sh

5 lines
79 B
Bash
Raw Normal View History

2019-05-28 17:44:30 +02:00
#!/bin/sh
2022-10-29 00:27:38 +02:00
exec notify-send -u normal -t 2000 \
2019-05-28 17:44:30 +02:00
-i feed-subscribe 'RSS' "$@"