From c2fc606ba4d7f19aa76b233f5e6a3799407a98d1 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 26 Apr 2025 09:02:28 +0200 Subject: [PATCH] Edit update_arch.sh --- update_arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_arch.sh b/update_arch.sh index 4704a11..45233c9 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -117,7 +117,7 @@ mkdir -p ~/.config/qt5ct mkdir -p ~/.config/qt6ct mkdir -p ~/.config/dunst -if [ -f "~/linuxbox/config/hypr/hyprland_$HOSTNAME.conf" ]; then +if [ -f ~/linuxbox/config/hypr/hyprland_$HOSTNAME.conf ]; then ln -sf ~/linuxbox/config/hypr/hyprland_$HOSTNAME.conf ~/.config/hypr/hyprland.conf else ln -sf ~/linuxbox/config/hypr/hyprland_CMBOX.conf ~/.config/hypr/hyprland.conf