diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 22:38:38 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 22:38:38 +0900 |
| commit | 0e4dc7bff35fbd78d3f01b84be69179ef3ac8a44 (patch) | |
| tree | 784c858e8bec57ffcc3156d63fa34678e54e432d | |
| parent | 2287611b575388a92285da4514ebc13974797bf2 (diff) | |
update
| -rw-r--r-- | copy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
