diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-13 21:01:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 21:01:04 +0900 |
| commit | dec0cf58d34efd792aea7e2e28c9d7cbc928a348 (patch) | |
| tree | 1e320f19b00a8d760102fa12c9c90a17ebc55fe5 /copy.sh | |
| parent | 0a2c8d043626401c5cf2d41f6e9f43deaba8b1ae (diff) | |
| parent | e53a9c345d8e36b08d8192635822cc02263a0842 (diff) | |
Merge pull request #270 from JaKooLit/main
Syncing Main to Development for next release :)
Diffstat (limited to '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" |
