diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:42:15 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:42:15 +0900 |
| commit | e928dc010c3d3f2c7e2450bf911ce3be08acdc76 (patch) | |
| tree | ead48fde22ccf7c0b5974c9b6c4307d5303a6e2b /copy.sh | |
| parent | 4dcde3fd2617d934b86ac7e261a3fc2de42599f3 (diff) | |
updated rofi and waybar
Diffstat (limited to 'copy.sh')
| -rw-r--r-- | copy.sh | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -113,14 +113,10 @@ cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ER # Initial Symlinks to avoid errors # symlinks for waybar ln -sf "$HOME/.config/waybar/configs/config-default" "$HOME/.config/waybar/config" && \ -ln -sf "$HOME/.config/waybar/style/style-dark.css" "$HOME/.config/waybar/style.css" && \ +ln -sf "$HOME/.config/waybar/style/style-pywal.css" "$HOME/.config/waybar/style.css" && \ # symlinks for dunst 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" |
