diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-11-30 18:38:22 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-11-30 18:38:22 +0300 |
| commit | 4c9efd42894630e919c914f2d5d2828bc71b5e8e (patch) | |
| tree | 94eca9a68fe1cbf5c4f03da613c2e4d0bc004565 /newsboat/.local/bin | |
| parent | 523f2b38ee3682b68c7e255eaf5e0b23299e5587 (diff) | |
| download | dotfiles-4c9efd42894630e919c914f2d5d2828bc71b5e8e.tar.gz dotfiles-4c9efd42894630e919c914f2d5d2828bc71b5e8e.zip | |
add newsboat configuration
Diffstat (limited to 'newsboat/.local/bin')
| -rwxr-xr-x | newsboat/.local/bin/notify-newsboat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newsboat/.local/bin/notify-newsboat b/newsboat/.local/bin/notify-newsboat new file mode 100755 index 0000000..10e94e7 --- /dev/null +++ b/newsboat/.local/bin/notify-newsboat @@ -0,0 +1,5 @@ +#!/bin/sh + +# this is specified in newsboat config as `notify-program` + +notify-send -t 5000 "newsboat" "$1" |
