rename config file

Amolith created

Change summary

dot_local/share/dark-mode.d/executable_swap.sh  | 2 +-
dot_local/share/light-mode.d/executable_swap.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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

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