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

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Ignore the yazi packages and only store the commit in the dotfiles
/cli/dot-config/yazi/flavors
/cli/dot-config/yazi/plugins
# No database
home/dot-newsboat/cache.db

View File

@@ -17,4 +17,4 @@ salt = on
[data]
__passphrase__ = on
libera_password = "B0880AFBE996D9870D77AFB8160D7949A56A4903CDAFF670A8ED66232CCE98D5561BC45D60F7DBF9E974E63E5A9486234C3E32632366BDD1A81B"
libera_password = "DDE143470687466BB81366D42CA948C0AC4C4EDFD698EFD9AF97147F3D69C5B9C4E844C80C018C0274B955D8EBF80330844283A4FA2EEAD2AB3D"

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