From a3d7ea1691ab017a0f02b81c37bc15113b2cda2b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 Apr 2024 16:15:16 +0200 Subject: [PATCH] add btm config --- .config/WindowsAutoNightMode/scripts.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/WindowsAutoNightMode/scripts.yaml b/.config/WindowsAutoNightMode/scripts.yaml index 91c0c19..b01a818 100644 --- a/.config/WindowsAutoNightMode/scripts.yaml +++ b/.config/WindowsAutoNightMode/scripts.yaml @@ -9,6 +9,7 @@ Component: "fish -c \" \ fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \ sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json && \ + sed -i 's/#color = \"default\"/color = \"default-light\"/g' ~/.config/bottom/bottom.toml && \ sed -i 's/Dracula/Solarized (light)/g' ~/.config/bat/config", ] ArgsDark: [ @@ -17,6 +18,7 @@ Component: fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \ set fish_color_comment 5c6773\" && \ sed -i 's/bubblegum/monokai/g' ~/.config/micro/settings.json && \ + sed -i 's/color = \"default-light\"/#color = \"default\"/g' ~/.config/bottom/bottom.toml && \ sed -i 's/Solarized (light)/Dracula/g' ~/.config/bat/config", ] AllowedSources: [Any]