don't call user-defined config.fish stuff

This commit is contained in:
Mylloon 2023-11-06 18:23:24 +01:00
parent 6a811967cf
commit 19473cf84e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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