RSS: add SMBC, XKCD

This commit is contained in:
2022-08-11 17:09:51 -07:00
parent 2ba1678cd8
commit 2f0bbef76b

View File

@@ -224,6 +224,10 @@ in
"https://sideways-view.com/feed" = { tags = [ "infrequent" "rat" ]; }; "https://sideways-view.com/feed" = { tags = [ "infrequent" "rat" ]; };
## Sean Carroll ## Sean Carroll
"https://www.preposterousuniverse.com/rss" = { tags = [ "infrequent" "rat" ]; }; "https://www.preposterousuniverse.com/rss" = { tags = [ "infrequent" "rat" ]; };
# COMICS
"https://www.smbc-comics.com/comic/rss" = { tags = [ "daily" "visual" ]; };
"https://xkcd.com/atom.xml" = { tags = [ "daily" "visual" ]; };
}; };
dark_reader = false; dark_reader = false;
new_first = true; new_first = true;
@@ -251,7 +255,8 @@ in
"hourly" "daily" "weekly" "infrequent" "hourly" "daily" "weekly" "infrequent"
# rat[ionality] gets used interchangably with philosophy, here. # rat[ionality] gets used interchangably with philosophy, here.
# pol[itical] gets used for social commentary and economics as well. # pol[itical] gets used for social commentary and economics as well.
"uncat" "rat" "tech" "pol" # visual gets used for comics/art
"uncat" "rat" "tech" "pol" "visual"
]; ];
open_youtube_externally = false; open_youtube_externally = false;
media_player = "vlc"; # default: mpv media_player = "vlc"; # default: mpv