commit a56005fcb5a089eca05754b6b1d86d15a97f7386
parent 2b5a3c55d7a9da1d43efa1a727676870848568cc
Author: regexghost <dev@regexghost.com>
Date: Fri, 29 May 2026 12:24:09 +0100
removed colourschemes, no longer saving these in repo
Diffstat:
6 files changed, 3 insertions(+), 340 deletions(-)
diff --git a/dotfiles/.config/alacritty/Colourscheme-Substitution-Doom_One-alacritty.toml b/dotfiles/.config/alacritty/Colourscheme-Substitution-Doom_One-alacritty.toml
@@ -1,72 +0,0 @@
-#### Start Substitute - Colourscheme
-# Doom One
-[colors.cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[colors.footer_bar]
-background = "#282a36"
-foreground = "#f8f8f1"
-
-[colors.hints.end]
-background = "#282a36"
-foreground = "#f1fa8c"
-
-[colors.hints.start]
-background = "#f1fa8c"
-foreground = "#22212d"
-
-[colors.line_indicator]
-background = "None"
-foreground = "None"
-
-# Colors (Gruvbox dark)
-
-# Default colors
-[colors.primary]
-# hard contrast background = = '#1d2021'
-background = '#282c34'
-# soft contrast background = = '#32302f'
-foreground = '#bbc2cf'
-
-# Normal colors
-[colors.normal]
-black = '#1b2229'
-red = '#ff6c6b'
-green = '#98be65'
-yellow = '#ffd700'
-blue = '#51afef'
-magenta = '#c678dd'
-cyan = '#46d9ff'
-white = '#bbc2cf'
-
-# Bright colors
-[colors.bright]
-black = '#3f444a'
-red = '#ff6c6b'
-green = '#98be65'
-yellow = '#ecbe7b'
-blue = '#51afef'
-magenta = '#a9a1e1'
-cyan = '#46d9ff'
-white = '#bbc2cf'
-
-[colors.search.focused_match]
-background = "#ffb86c"
-foreground = "#44475a"
-
-[colors.search.matches]
-background = "#50fa7b"
-foreground = "#44475a"
-
-[colors.selection]
-background = "#44475a"
-text = "CellForeground"
-
-[colors.vi_mode_cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[cursor.style]
-shape = "Beam"
-#### End Substitute
diff --git a/dotfiles/.config/alacritty/Colourscheme-Substitution-Dracula-alacritty.toml b/dotfiles/.config/alacritty/Colourscheme-Substitution-Dracula-alacritty.toml
@@ -1,66 +0,0 @@
-#### Start Substitute - Colourscheme
-# Dracula
-[colors.bright]
-black = "#7a71aa"
-blue = "#bd93f9"
-cyan = "#8be9fd"
-green = "#50fa7b"
-magenta = "#ff79d2"
-red = "#ff5555"
-white = "#f8f8f2"
-yellow = "#f1fa8c"
-
-[colors.cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[colors.footer_bar]
-background = "#282a36"
-foreground = "#f8f8f1"
-
-[colors.hints.end]
-background = "#282a36"
-foreground = "#f1fa8c"
-
-[colors.hints.start]
-background = "#f1fa8c"
-foreground = "#22212d"
-
-[colors.line_indicator]
-background = "None"
-foreground = "None"
-
-[colors.normal]
-black = "#22212d"
-blue = "#9a7cff"
-cyan = "#38ffea"
-green = "#52ff6d"
-magenta = "#ff76c1"
-red = "#e64747"
-white = "#f8f8f1"
-yellow = "#ffff80"
-
-[colors.primary]
-background = "#22212d"
-bright_foreground = "#ffffff"
-foreground = "#f8f8f1"
-
-[colors.search.focused_match]
-background = "#ffb86c"
-foreground = "#44475a"
-
-[colors.search.matches]
-background = "#50fa7b"
-foreground = "#44475a"
-
-[colors.selection]
-background = "#44475a"
-text = "CellForeground"
-
-[colors.vi_mode_cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[cursor.style]
-shape = "Beam"
-#### End Substitute
diff --git a/dotfiles/.config/alacritty/Colourscheme-Substitution-Everforest-alacritty.toml b/dotfiles/.config/alacritty/Colourscheme-Substitution-Everforest-alacritty.toml
@@ -1,70 +0,0 @@
-#### Start Substitute - Colourscheme
-# Everforest
-[colors.cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[colors.footer_bar]
-background = "#282a36"
-foreground = "#f8f8f1"
-
-[colors.hints.end]
-background = "#282a36"
-foreground = "#f1fa8c"
-
-[colors.hints.start]
-background = "#f1fa8c"
-foreground = "#22212d"
-
-[colors.line_indicator]
-background = "None"
-foreground = "None"
-
-# Default colors
-[colors.primary]
-# hard contrast background = = '#1d2021'
-background = '#272d32'
-# soft contrast background = = '#32302f'
-foreground = '#edebe6'
-
-# Normal colors
-[colors.normal]
-black = '#414b51'
-red = '#e77e7f'
-green = '#a6c080'
-yellow = '#dbbc7f'
-blue = '#7fbbb3'
-magenta = '#d699b6'
-cyan = '#83c091'
-white = '#edebe6'
-
-# Bright colors
-[colors.bright]
-black = '#414b51'
-red = '#e67e80'
-green = '#a7c080'
-yellow = '#dbbc7f'
-blue = '#7fbbb3'
-magenta = '#d59ab6'
-cyan = '#83c092'
-white = '#edebe6'
-
-[colors.search.focused_match]
-background = "#ffb86c"
-foreground = "#44475a"
-
-[colors.search.matches]
-background = "#50fa7b"
-foreground = "#44475a"
-
-[colors.selection]
-background = "#4f585e"
-text = "CellForeground"
-
-[colors.vi_mode_cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[cursor.style]
-shape = "Beam"
-#### End Substitute
diff --git a/dotfiles/.config/alacritty/Colourscheme-Substitution-jmbi-alacritty.toml b/dotfiles/.config/alacritty/Colourscheme-Substitution-jmbi-alacritty.toml
@@ -1,72 +0,0 @@
-#### Start Substitute - Colourscheme
-# jmbi
-[colors.cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[colors.footer_bar]
-background = "#282a36"
-foreground = "#f8f8f1"
-
-[colors.hints.end]
-background = "#282a36"
-foreground = "#f1fa8c"
-
-[colors.hints.start]
-background = "#f1fa8c"
-foreground = "#22212d"
-
-[colors.line_indicator]
-background = "None"
-foreground = "None"
-
-# Colors (Gruvbox dark)
-
-# Default colors
-[colors.primary]
-# hard contrast background = = '#1d2021'
-background = '#1e1e1e'
-# soft contrast background = = '#32302f'
-foreground = '#efe2e0'
-
-# Normal colors
-[colors.normal]
-black = '#5a7260'
-red = '#8f423c'
-green = '#bbbb88'
-yellow = '#f9d25b'
-blue = '#e0ba69'
-magenta = '#709289'
-cyan = '#c25431'
-white = '#efe2e0'
-
-# Bright colors
-[colors.bright]
-black = '#5a7260'
-red = '#8f423c'
-green = '#bbbb88'
-yellow = '#f9d25b'
-blue = '#e0ba69'
-magenta = '#709289'
-cyan = '#c25431'
-white = '#efe2e0'
-
-[colors.search.focused_match]
-background = "#ffb86c"
-foreground = "#44475a"
-
-[colors.search.matches]
-background = "#50fa7b"
-foreground = "#44475a"
-
-[colors.selection]
-background = "#44475a"
-text = "CellForeground"
-
-[colors.vi_mode_cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[cursor.style]
-shape = "Beam"
-#### End Substitute
diff --git a/jwm/.config/jwm/Colorscheme-Substitution-Srcery-jwmrc b/jwm/.config/jwm/Colorscheme-Substitution-Srcery-jwmrc
@@ -1,58 +0,0 @@
- <!-- Start Substitute - Colorscheme -->
- <WindowStyle decorations="motif">
- <Font>Fira Code:bold</Font>
- <Width>4</Width>
- <Corner>0</Corner>
- <Foreground>#FCE8C3</Foreground>
- <Background>#1C1B19</Background>
- <Opacity>1.0</Opacity>
- <Active>
- <Foreground>#FCE8C3</Foreground>
- <Background>#519F50</Background>
- <Opacity>1.0</Opacity>
- </Active>
- </WindowStyle>
- <TrayStyle decorations="motif">
- <Font>Fire Code-11</Font>
- <Background>#1C1B19</Background>
- <Foreground>#FCE8C3</Foreground>
- <Opacity>0.75</Opacity>
- </TrayStyle>
- <TaskListStyle list="desktop" group="false">
- <Font>Fira Code-11</Font>
- <Active>
- <Foreground>#FCE8C3</Foreground>
- <Background>#519F50</Background>
- </Active>
- <Minimized>
- <Foreground>#FCE8C3</Foreground>
- <Background>#111111</Background>
- </Minimized>
- <Foreground>#FCE8C3</Foreground>
- <Background>#333333</Background>
- </TaskListStyle>
- <PagerStyle>
- <Foreground>#1C1B19</Foreground>
- <Background>#333333</Background>
- <Text>#FCE8C3</Text>
- <Active>
- <Foreground>#2C78BF</Foreground>
- <Background>#004488</Background>
- </Active>
- </PagerStyle>
- <MenuStyle decorations="motif">
- <Font>Fira Code-11</Font>
- <Foreground>#FCE8C3</Foreground>
- <Background>#333333</Background>
- <Active>
- <Foreground>#FCE8C3</Foreground>
- <Background>#2C78BF</Background>
- </Active>
- <Opacity>0.85</Opacity>
- </MenuStyle>
- <PopupStyle>
- <Font>Fira Code-11</Font>
- <Foreground>#000000</Foreground>
- <Background>#999999</Background>
- </PopupStyle>
- <!-- End Substitute -->
diff --git a/terminal-scripts/download-vids.sh b/terminal-scripts/download-vids.sh
@@ -8,6 +8,7 @@ targetDir="${LOC}/toDownload"
quality_options_videos="bestvideo[height<=480][vcodec=vp9]+bestaudio[acodec=opus]/bestvideo[height<=480]+bestaudio"
quality_options_shorts="bestvideo[width<=480][vcodec=vp9]+bestaudio[acodec=opus]/bestvideo[width<=480]+bestaudio"
filename_options="%(channel)s - %(title)s.%(ext)s"
+sub_options="--embed-subs --all-subs"
if [ "$1" = "s" ]; then
targetDir="${targetDir}/Shorts"
@@ -37,9 +38,9 @@ done
while read -r path; do
id="$(basename "$path" | sed 's/.txt//g')"
if echo "$path" | grep -q Shorts; then
- yt-dlp -o "$filename_options" -f "$quality_options_shorts" -P "$LOC/Shorts" -- "$id"
+ yt-dlp $sub_options -o "$filename_options" -f "$quality_options_shorts" -P "$LOC/Shorts" -- "$id"
else
- yt-dlp -o "$filename_options" -f "$quality_options_videos" -P "$LOC/Videos" -- "$id"
+ yt-dlp $sub_options -o "$filename_options" -f "$quality_options_videos" -P "$LOC/Videos" -- "$id"
fi
if [ "$?" = "0" ]; then
mv "$path" "$targetDir/done"