From 27cb86c6554021aee9378ce4b908f332d156f42a Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sat, 23 Nov 2024 10:19:20 +0100 Subject: [PATCH] fix(darkman): wrong symlinks used --- local/share/dark-mode.d/alacritty.sh | 2 +- local/share/light-mode.d/alacritty.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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