dotfiles/.config/newsboat/notif.sh

5 lines
79 B
Bash
Executable File

#!/bin/sh
exec notify-send -u normal -t 2000 \
-i feed-subscribe 'RSS' "$@"