all repos — dotfiles @ 37fade929a28e99c9631d0500663a222f2ddf44d

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"