diff options
author | Joe <rbo@gmx.us> | 2025-08-20 21:14:47 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-20 21:14:47 +0200 |
commit | 898dedba038f5ea76ee7b9ea0fc5ce9386482d11 (patch) | |
tree | eadd10b60e3308d6ffde5b5ffc14d43325e2cd2d /.config/newsboat | |
parent | up (diff) | |
download | dotfiles-bsd-898dedba038f5ea76ee7b9ea0fc5ce9386482d11.tar.gz dotfiles-bsd-898dedba038f5ea76ee7b9ea0fc5ce9386482d11.tar.bz2 dotfiles-bsd-898dedba038f5ea76ee7b9ea0fc5ce9386482d11.tar.xz dotfiles-bsd-898dedba038f5ea76ee7b9ea0fc5ce9386482d11.tar.zst dotfiles-bsd-898dedba038f5ea76ee7b9ea0fc5ce9386482d11.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index ee4459e..5b701b5 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -63,7 +63,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 |