From 8e5a592985e0074b2c9d1c6c9f94e5b1b67e2979 Mon Sep 17 00:00:00 2001 From: Tibeuleu <> Date: Sun, 28 Apr 2024 17:33:59 +0200 Subject: [PATCH] remove ttrss password; cleanup cfa/cfu --- .config/newsboat/config | 2 +- .config/newsboat/urls | 3 +-- .config/shell/aliasrc | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/newsboat/config b/.config/newsboat/config index 888b616..f0b5b1e 100755 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -61,6 +61,6 @@ urls-source "ttrss" ttrss-url "https://rss.tibeuleu.xyz" ttrss-mode "multi" ttrss-login "tibeuleu" -ttrss-password "Ayc%9Tzta2vXJGZg" +ttrss-passwordfile "./ttrss-pw.txt" ttrss-flag-star "s" ttrss-flag-publish "p" diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 6913203..bc5e137 100755 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,4 +1,3 @@ "query:astro-interesting:tags # \"Astro\" and (content # \"AGN\" or content =~ \"polari\") and unread = \"yes\"" Astro -https://rss.tibeuleu.xyz/public.php?op=rss&id=1&is_cat=1&q=&key=y65lgj662b99b41ef29 "~TTRSS-Astro" Astro "query:linux-new:tags # \"Linux\" and unread = \"yes\"" Linux -https://rss.tibeuleu.xyz/public.php?op=rss&id=2&is_cat=1&q=&key=7iafeh662b9d0b1aa17 "~TTRSS-Linux" Linux +"query:news-new:tags # \"News\" and unread = \"yes\"" News diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 8193b51..6987795 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -45,8 +45,6 @@ alias \ scrcpy="scrcpy --shortcut-mod=lctrl" \ anaconda="source $HOME/.anaconda3/bin/activate" \ homestuck="./.config/unofficial-homestuck-collection-2.0.7/unofficial-homestuck-collection --no-sandbox 2>&1" \ - hlup="wg-quick up artixbook" \ - hldown="wg-quick down artixbook" \ ixpe="cd /home/tibeuleu/IXPE_analysis/Code && clear && ls" \ foc="cd /home/tibeuleu/FOC_reduction/Code && clear && ls" \ config='/usr/bin/git --git-dir=/home/tibeuleu/.cfg/ --work-tree=/home/tibeuleu' \