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:
parent
e9b587b9bd
commit
da371ab7aa
@ -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
|
||||||
|
@ -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" &
|
|
||||||
|
Loading…
Reference in New Issue
Block a user