diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-25 11:50:18 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-25 11:50:18 +0100 |
commit | f1eb8ed99950175a574bead984bbf5daaff9403a (patch) | |
tree | e667102339c53af15c97f28e1a918226e3b688ed /newsboat | |
parent | 6333d9811d495c5df6f94f3b036a6b49fad55aa6 (diff) |
Newsboat tweaks
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 6 | ||||
-rw-r--r-- | newsboat/urls | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/newsboat/config b/newsboat/config index 2779609..12cf3d7 100644 --- a/newsboat/config +++ b/newsboat/config @@ -28,9 +28,9 @@ refresh-on-startup no define-filter "Linux articles" "title =~ \"Linux\"" color info color15 color6 #macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u" -#color listfocus color15 color0 -color listfocus black green -color listfocus_unread black green bold +color listfocus color15 color0 +#color listfocus black green +# color listfocus_unread black green bold #highlight-article "title =~ \"Productivity\"" white red bold #highlight-article "title =~ \"Setup\"" yellow red bold #highlight all "Linux" yellow red bold diff --git a/newsboat/urls b/newsboat/urls index 64ea063..43ad1a9 100644 --- a/newsboat/urls +++ b/newsboat/urls @@ -1,3 +1,5 @@ +https://planet.debian.org/rss20.xml +https://planet.debian.org/common/rss20.png https://hnrss.org/newest?q=plaintext https://www.tweag.io/rss.xml https://hnrss.org/newest?q=taskwarrior |