1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Removed cron notifications and ttrss-passwordeval now uses full path so script works in systemd

This commit is contained in:
Ryan Kes 2020-03-12 14:28:34 +01:00
parent e9b587b9bd
commit da371ab7aa
2 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@ ttrss-url "https://rss.higherlearning.eu/
ttrss-flag-star "s" ttrss-flag-star "s"
ttrss-flag-publish "p" ttrss-flag-publish "p"
ttrss-login "alrayyes" ttrss-login "alrayyes"
ttrss-passwordeval "getpassword rss" ttrss-passwordeval "~/.local/bin/getpassword rss"
show-read-feeds no show-read-feeds no
show-read-articles no show-read-articles no

View File

@ -6,8 +6,4 @@ pgrep -f newsboat > /dev/null && exit
# Needed for notify-send to work # Needed for notify-send to work
export DISPLAY=":0.0" export DISPLAY=":0.0"
notify-send.py --replaces-process update-feeds -a Newsboat -i rssowl "Rss" "Updating feeds" &
/usr/bin/newsboat -x reload /usr/bin/newsboat -x reload
notify-send.py --replaces-process update-feeds -a Newsboat -i rssowl "Rss" "Feed update copmlete" &