From dad502c7b6dab2b78d38f9f43a8d201cdfe11616 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 15 Aug 2024 17:58:22 +0200 Subject: [PATCH] update btm theme changer --- .config/fish/functions/update-theme.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/functions/update-theme.fish b/.config/fish/functions/update-theme.fish index 0128408..9b0400a 100644 --- a/.config/fish/functions/update-theme.fish +++ b/.config/fish/functions/update-theme.fish @@ -32,7 +32,7 @@ function update-theme --description "Update the shell theme." sed -i "s/monokai/bubblegum/g" "$HOME"/.config/micro/settings.json # Bottom theme - sed -i "s/#color = \"default\"/color = \"default-light\"/g" "$HOME"/.config/bottom/bottom.toml + sed -i "s/#theme = \"default\"/theme = \"default-light\"/g" "$HOME"/.config/bottom/bottom.toml # Bat theme sed -i "s/Dracula/Solarized (light)/g" "$HOME"/.config/bat/config @@ -45,7 +45,7 @@ function update-theme --description "Update the shell theme." sed -i "s/bubblegum/monokai/g" "$HOME"/.config/micro/settings.json # Bottom theme - sed -i "s/color = \"default-light\"/#color = \"default\"/g" "$HOME"/.config/bottom/bottom.toml + sed -i "s/theme = \"default-light\"/#theme = \"default\"/g" "$HOME"/.config/bottom/bottom.toml # Bat theme sed -i "s/Solarized (light)/Dracula/g" "$HOME"/.config/bat/config