From 512d60627d655aab3acf5675065d059509e0c310 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 8 Apr 2025 19:41:03 -0500 Subject: added last of new stuff from linux --- .config/espanso/match/base.yml | 2 +- .config/newsboat/config | 8 ++++---- .config/newsboat/urls | 5 +++++ .jrnl2.rc | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index 477e1a3..954a3a6 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -28,7 +28,7 @@ matches: replace: "https://wired.com/gallery/best-camping-stoves" - trigger: ":ship" - replace: "Scott Gilbertson\nYellow Cabin\n78800 Bodin Rd\nWashburn WI 54891\n706 438 4297" + replace: "Scott Gilbertson\n78800 Bodin Rd\nYellow Cabin\nWashburn WI 54891\n706 438 4297" - trigger: ":sig" replace: "cheers\nScott Gilbertson\n--\n\n\n" - trigger: ":box" diff --git a/.config/newsboat/config b/.config/newsboat/config index 3094a02..c4342ff 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -7,10 +7,10 @@ text-width 80 #ttrss-mode "multi" #ttrss-login "admin" #ttrss-password "hyperrealtranslinguis@34zaq" -#urls-source "miniflux" -#miniflux-url "https://rss.luxagraf.net/" -#miniflux-login "luxagraf" -#miniflux-password "tryptaminevfr$32" +urls-source "miniflux" +miniflux-url "https://rss.luxagraf.net/" +miniflux-login "luxagraf" +miniflux-password "tryptaminevfr$32" save-path ~/notes/saved-articles/ diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 7d70e8c..428ace1 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -59,3 +59,8 @@ https://www.sannavaara.com/blogi/category/in+english?format=rss https://www.benstaley.com/journal?format=rss # RAW society https://www.youtube.com/feeds/videos.xml?channel_id=UCaz5--IySuD9sTzkMgO_hoQ +# bikepacking +https://www.seasurfdirt.com/feed/ +https://stilloutriding.com/feed/ +https://montanasvacias.com/feed/ +https://joecruz.wordpress.com/feed/ diff --git a/.jrnl2.rc b/.jrnl2.rc index 55886b6..7e89fe3 100644 --- a/.jrnl2.rc +++ b/.jrnl2.rc @@ -1,5 +1,5 @@ declare -A JOURNALS=( - ['default']="$HOME/notes/jrnl.txt" + ['default']="$HOME/Notes/jrnl.txt" ['wired']="$HOME/wired/notes.txt" - ['log']="$HOME/notes/log.txt" + ['log']="$HOME/Notes/log.txt" ) -- cgit v1.2.3