diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-16 18:03:32 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-16 18:03:32 +0900 |
| commit | 835e4155af2b17b04e6fe925f75f47eec2ade997 (patch) | |
| tree | 5c58577390452a7473153f6731b7ac7053757036 /copy.sh | |
| parent | 38c261da23b899cce66fedcec450cd819e74c59a (diff) | |
woops correction on copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ER # Initial Symlinks to avoid errors # symlinks for waybar ln -sf "$HOME/.config/waybar/configs/Default [TOP]" "$HOME/.config/waybar/config" && \ -ln -sf "$HOME/.config/waybar/style/pywal.css" "$HOME/.config/waybar/style.css" && \ +ln -sf "$HOME/.config/waybar/style/Pywal.css" "$HOME/.config/waybar/style.css" && \ # symlinks for dunst ln -sf "$HOME/.config/dunst/styles/dunstrc-dark" "$HOME/.config/dunst/dunstrc" && \ |
