diff --git a/dot_local/share/dark-mode.d/executable_swap.sh b/dot_local/share/dark-mode.d/executable_swap.sh index b4117c4776f16b9c453b85ec461800282ea4d7d9..ed14be1b653072a6625e87bf70b3567674ae844b 100644 --- a/dot_local/share/dark-mode.d/executable_swap.sh +++ b/dot_local/share/dark-mode.d/executable_swap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -sed -i 's/light/dark/g' ~/.config/chezmoi/chezmoi.yaml +sed -i 's/light/dark/g' ~/.config/chezmoi/chezmoi.toml chezmoi apply xfconf-query -c xsettings -p /Net/ThemeName -s "Catppuccin-Macchiato-Standard-Rosewater-Dark" xrdb -load ~/.Xresources diff --git a/dot_local/share/light-mode.d/executable_swap.sh b/dot_local/share/light-mode.d/executable_swap.sh index d7135a690c67eb6f8dfa81b09bd112cb435500e7..1992f7f05d8e9fecc92010b6e1b7658b7bf630ad 100644 --- a/dot_local/share/light-mode.d/executable_swap.sh +++ b/dot_local/share/light-mode.d/executable_swap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -sed -i 's/dark/light/g' ~/.config/chezmoi/chezmoi.yaml +sed -i 's/dark/light/g' ~/.config/chezmoi/chezmoi.toml chezmoi apply xfconf-query -c xsettings -p /Net/ThemeName -s "Catppuccin-Latte-Standard-Rosewater-Light" xrdb -load ~/.Xresources