diff options
Diffstat (limited to '')
-rw-r--r-- | .config/newsboat/config | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index ee4459e..ee36a47 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,7 +1,6 @@ -#how-read-feeds no auto-reload yes refresh-on-startup yes -reload-time 60 +reload-time 30 confirm-mark-all-feeds-read yes confirm-mark-feed-read no reload-threads 100 @@ -46,9 +45,9 @@ ignore-article "*" "link =~ \"youtube.com/shorts/\"" color background default default color listnormal default default dim -color listnormal_unread red default bold +color listnormal_unread default default bold color listfocus default black dim -color listfocus_unread red black bold +color listfocus_unread default black bold color info yellow black bold color article default default @@ -63,7 +62,7 @@ macro w set browser "linkview"; open-in-browser ; set browser linkhandler datetime-format "%y-%m-%d %H:%M" articlelist-format "%D - %t" -feedlist-format "%?T?%n%9u %t [%T]&#%-8t----------------------------------------------------------?" +feedlist-format "%?T?%n%8u %t [%T]&#%-8t----------------------------------------------------------?" highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold highlight article "(^Link:.*|^Date:.*)" default default |