Weechat and newsboat

This commit is contained in:
2025-12-26 03:25:10 +01:00
parent 357e1f081a
commit 9ece735a0a
6 changed files with 32 additions and 7 deletions

View File

@@ -34,6 +34,7 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[advice]
mergeConflict = false
@@ -42,7 +43,8 @@
smtpuser = jonashahn1@gmx.net
smtpencryption = ssl
smtpserverport = 465
confirm = "always"
confirm = "never"
suppressCc = "all"
[credential]
helper = store

View File

@@ -1,13 +1,28 @@
# Rss reader newsboat
max-items 100
browser w3m
show-read-feeds no
# Setting the theme
color info color255 color100
color listfocus color255 color11
color listfocus_unread color255 color11
# Newsboat colour scheme to work with the Gruvbox palette
# Inspired by the vim theme https://github.com/morhetz/gruvbox
# Tested with the Kitty gruvbox terminal colour scheme
# https://github.com/wdomitrz/kitty-gruvbox-theme
color background color223 color0
color listnormal color223 color0
color listnormal_unread color2 color0
color listfocus color223 color237
color listfocus_unread color223 color237
color info color75 color0
color article color223 color0
# highlights
highlight article "^(Feed|Link):.*$" color11 default bold
highlight article "^(Title|Date|Author):.*$" color11 default bold
highlight article "https?://[^ ]+" color2 default underline
highlight article "\\[[0-9]+\\]" color2 default bold
highlight article "\\[image\\ [0-9]+\\]" color2 default bold
highlight feedlist "^─.*$" color6 color6 bold
# The prefix key is , so you have to press comma before any macros
# Remember to change the browser here when changing the default browser

View File

@@ -3,3 +3,4 @@ https://www.tagesschau.de/inland/regional/bremen/index~rss2.xml
https://www.tagesschau.de/wirtschaft/weltwirtschaft/index~rss2.xml
https://www.tagesschau.de/wissen/forschung/index~rss2.xml
https://www.welt.de/feeds/latest.rss
https://git.sr.ht/~ascyii/HutTest/log/rss.xml

View File

@@ -13,6 +13,10 @@ Host harch
User jonas
IdentityFile ~/.ssh/id_amazon
Host git.sr.ht
Hostname git.sr.ht
User git
IdentityFile ~/.ssh/id_srht
Host gitlab.gwdg.de
HostName gitlab.gwdg.de