diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-13 12:38:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 12:38:11 +0900 |
| commit | a45b2e1f5028288887c9fc731388677e0a59cec1 (patch) | |
| tree | bd2782332bde6d5c37ee2c44ecd7eccfb573a731 | |
| parent | d91872fe3f30f500479f563ed894f261f0e787f5 (diff) | |
Update copy.sh
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ while true; do done # symlinks for waybar style -ln -sf "$waybar_Style" "$HOME/.config/waybar/style.css" && \ +ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" && \ # initialize wallust to avoid config error on hyprland wallust run -s $wallpaper 2>&1 | tee -a "$LOG" |
