From 0e4dc7bff35fbd78d3f01b84be69179ef3ac8a44 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 22 Oct 2023 22:38:38 +0900 Subject: [PATCH] update --- copy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copy.sh b/copy.sh index e530720..ac59713 100644 --- a/copy.sh +++ b/copy.sh @@ -113,6 +113,8 @@ ln -sf "$HOME/.config/waybar/style/style-dark.css" "$HOME/.config/waybar/style.c ln -sf "$HOME/.config/dunst/styles/dunstrc-dark" "$HOME/.config/dunst/dunstrc" && \ # symlink for wofi ln -sf "$HOME/.config/wofi/styles/style-dark.css" "$HOME/.config/wofi/style.css" && \ +ln -sf "$HOME/.config/wofi/configs/config-default" "$HOME/.config/wofi/config" && \ + # Set some files as executable chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG"