Revert "don't call user-defined config.fish stuff"
This reverts commit 19473cf84e
.
This commit is contained in:
parent
19473cf84e
commit
ecdf6403f7
1 changed files with 2 additions and 3 deletions
|
@ -6,13 +6,12 @@ Component:
|
|||
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
||||
ArgsLight: [
|
||||
-c,
|
||||
"XDG_CONFIG_HOME=' ' fish -c \" \
|
||||
fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
|
||||
"fish -c \"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
|
||||
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json",
|
||||
]
|
||||
ArgsDark: [
|
||||
-c,
|
||||
"XDG_CONFIG_HOME=' ' fish -c \" \
|
||||
"fish -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",
|
||||
|
|
Loading…
Reference in a new issue