From da371ab7aad87dd0b2139b1880af207d7d95b30e Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Thu, 12 Mar 2020 14:28:34 +0100 Subject: [PATCH] Removed cron notifications and ttrss-passwordeval now uses full path so script works in systemd --- newsboat/.config/newsboat/config | 2 +- newsboat/.local/bin/newsup | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config index d47e8ba..3aab05d 100644 --- a/newsboat/.config/newsboat/config +++ b/newsboat/.config/newsboat/config @@ -3,7 +3,7 @@ ttrss-url "https://rss.higherlearning.eu/ ttrss-flag-star "s" ttrss-flag-publish "p" ttrss-login "alrayyes" -ttrss-passwordeval "getpassword rss" +ttrss-passwordeval "~/.local/bin/getpassword rss" show-read-feeds no show-read-articles no diff --git a/newsboat/.local/bin/newsup b/newsboat/.local/bin/newsup index 046add4..bc95ee2 100755 --- a/newsboat/.local/bin/newsup +++ b/newsboat/.local/bin/newsup @@ -6,8 +6,4 @@ pgrep -f newsboat > /dev/null && exit # Needed for notify-send to work export DISPLAY=":0.0" -notify-send.py --replaces-process update-feeds -a Newsboat -i rssowl "Rss" "Updating feeds" & - /usr/bin/newsboat -x reload - -notify-send.py --replaces-process update-feeds -a Newsboat -i rssowl "Rss" "Feed update copmlete" &