diff options
author | joe <rbo@gmx.us> | 2025-08-20 12:23:09 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-20 12:23:09 +0200 |
commit | b2051208452e1956d4a93e2e4c4236ebcfc39169 (patch) | |
tree | 096aa6c177891dbbff5e26563b376c0ce1a5ecda /.config/newsboat | |
parent | up (diff) | |
download | dotfiles-bsd-master.tar.gz dotfiles-bsd-master.tar.bz2 dotfiles-bsd-master.tar.xz dotfiles-bsd-master.tar.zst dotfiles-bsd-master.zip |
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 7b487a0..918080a 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -40,12 +40,8 @@ bind-key v show-urls bind-key x pb-delete bind-key ^t next-unread -# color listnormal white default -# color listfocus black white standout -# color listnormal_unread red default bold -# color listfocus_unread red black bold -# color info yellow black bold -# color article default default +ignore-article "*" "title =~ \"#shorts$\"" +ignore-article "*" "link =~ \"/short/\"" color background default default color listnormal default default dim @@ -64,7 +60,7 @@ macro a set browser "youtube-dl --add-metadata -xic -f bestaudio/best"; open-in- macro v set browser "linkview"; open-in-browser ; set browser linkhandler macro w set browser "linkview"; open-in-browser ; set browser linkhandler -datetime-format "%D %H:%M" +datetime-format "%y-%m-%d %H:%M" articlelist-format "%D - %t" feedlist-format "%?T?%n%9u %t [%T]&#%-8t----------------------------------------------------------?" @@ -79,7 +75,6 @@ highlight article ":.*\\(link\\)$" cyan default highlight article ":.*\\(image\\)$" blue default highlight article ":.*\\(embedded flash\\)$" magenta default - highlight feedlist ".*(0/0))" black highlight feedlist ".* \\[(news|tech|normies|gaming|space|skate|music)\\]$" default default dim highlight feedlist "^N.* \\[news\\]$" blue default bold |