all repos — dotfiles @ a91bf4d54361caa655590541bf438e70e8ede7e1

personal dotfiles

newsboat/.local/bin/notify-newsboat (view raw)

1#!/bin/sh
2
3# this is specified in newsboat config as `notify-program`
4
5notify-send -t 5000 "newsboat" "$1"