don't load configuration

This commit is contained in:
Mylloon 2023-11-06 18:31:07 +01:00
parent ecdf6403f7
commit 4042e2516f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -6,12 +6,13 @@ Component:
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
ArgsLight: [
-c,
"fish -c \"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
"fish --no-config -c \" \
fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json",
]
ArgsDark: [
-c,
"fish -c \" \
"fish --no-config -c \" \
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",