commit 71df7639065b394c1c50daeec888ce7f6d671ddd
parent 64dcbd3457030f850ab24aff93e55526f3e276b7
Author: regexghost <dev@regexghost.com>
Date: Sun, 2 Aug 2026 22:43:25 +0100
hopefully fixed README links on Codeberg, other changes
Diffstat:
3 files changed, 24 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
@@ -11,7 +11,7 @@ This repo is a work in progress, as well as standard dotfiles updates I also pla
More information about specific WM/DE setups can be found below, both the dotfiles themselves and relevant articles on my website
-
+
## General Setup Guide
@@ -28,9 +28,9 @@ This will place relevant colourschemee substitution files in the correct directo
## Guides
-[Arch install](/guides/archInstallGuide.md)
-[Firefox setup](/guides/firefox.md)
-[New git repo (GitHub)](/guides/git.md)
-[Windows ISO USB](/guides/windowsFromLinux.md)
-[Samba setup](/guides/samba.md)
-[Some useful commands](/guides/commands.txt)
+[Arch install](guides/archInstallGuide.md)
+[Firefox setup](guides/firefox.md)
+[New git repo (GitHub)](guides/git.md)
+[Windows ISO USB](guides/windowsFromLinux.md)
+[Samba setup](guides/samba.md)
+[Some useful commands](guides/commands.txt)
diff --git a/dotfiles/.config/newsraft/rssify.sh b/dotfiles/.config/newsraft/rssify.sh
@@ -1,6 +1,15 @@
#!/usr/bin/env bash
-for arg; do
- id="$(yt-dlp --flat-playlist -J --playlist-end 1 "$arg" | jq -r .channel_id)"
- echo https://www.youtube.com/feeds/videos.xml?channel_id="${id}"
-done
+channelUrl="$1"
+if ! echo "$channelUrl" | grep -q "youtube.com"; then
+ if echo "$1" | grep -q "@"; then
+ channelUrl="https://www.youtube.com/${1}"
+ else
+ channelUrl="https://www.youtube.com/@${1}"
+ fi
+fi
+
+echo "$channelUrl"
+
+id="$(yt-dlp --flat-playlist -J --playlist-end 1 "$channelUrl" | jq -r .channel_id)"
+echo https://www.youtube.com/feeds/videos.xml?channel_id="${id}"
diff --git a/guides/firefox.md b/guides/firefox.md
@@ -19,6 +19,10 @@ Import settings from `other/redirector-config.json`
Import filters from `other/ublock-filters.txt`
+## Theme
+
+https://github.com/black7375/Firefox-UI-Fix
+
## Login
https://www.microsoft.com/en-gb/microsoft-365/outlook/log-in