From 570bf05372e0acca6343fac0edb697ea64e23833 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 Nov 2023 13:31:31 +0100 Subject: [PATCH] ahah --- .config/WindowsAutoNightMode/scripts.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.config/WindowsAutoNightMode/scripts.yaml b/.config/WindowsAutoNightMode/scripts.yaml index 77baaac..abe79cf 100644 --- a/.config/WindowsAutoNightMode/scripts.yaml +++ b/.config/WindowsAutoNightMode/scripts.yaml @@ -4,18 +4,21 @@ Component: - Name: Arch theme Command: Arch.exe WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode - ArgsLight: [ + ArgsLight: + [ fish, -c, - "fish_config theme choose 'Solarized Light' && yes | fish_config theme save && \ - sed -i \"s/monokai/bubblegum/g\" \"$HOME\"/.config/micro/settings.json", + \"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\", + "&&", + sed -i \"s/monokai/bubblegum/g\" \"$HOME\"/.config/micro/settings.json, ] ArgsDark: [ fish, -c, - "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \ - set fish_color_comment 5c6773 && \ - sed -i \"s/bubblegum/monokai/g\" \"$HOME\"/.config/micro/settings.json", + \"fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \ + set fish_color_comment 5c6773\", + "&&", + sed -i \"s/bubblegum/monokai/g\" \"$HOME\"/.config/micro/settings.json, ] AllowedSources: [Any] TimeoutMillis: