2
0
Fork 0
mirror of https://github.com/ObserverOfTime/home.files.git synced 2023-12-14 07:13:09 +01:00
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' "$@"