diff --git a/local/share/dark-mode.d/alacritty.sh b/local/share/dark-mode.d/alacritty.sh index 93deea6..aa2489d 100755 --- a/local/share/dark-mode.d/alacritty.sh +++ b/local/share/dark-mode.d/alacritty.sh @@ -1,4 +1,4 @@ #!/bin/bash -ln -fs ../themes/themes/monokai_pro.toml .config/alacritty/themes/current-theme.toml +ln -fs themes/themes/monokai_pro.toml .config/alacritty/current-theme.toml touch ~/.config/alacritty/alacritty.toml diff --git a/local/share/light-mode.d/alacritty.sh b/local/share/light-mode.d/alacritty.sh index 41026e0..9bd7d73 100755 --- a/local/share/light-mode.d/alacritty.sh +++ b/local/share/light-mode.d/alacritty.sh @@ -1,4 +1,4 @@ #!/bin/bash -ln -fs ../themes/themes/catppuccin_latte.toml .config/alacritty/themes/current-theme.toml +ln -fs themes/themes/catppuccin_latte.toml .config/alacritty/current-theme.toml touch ~/.config/alacritty/alacritty.toml