diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-16 10:50:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 10:50:28 +0900 |
| commit | 01bfc6aa7974f8041c95df5bb8058575ec05417f (patch) | |
| tree | 7d4bea977332b9bd83ea7ca090ed25d14459750d /copy.sh | |
| parent | 13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (diff) | |
| parent | 4fff05683290ddd9caed31c23e579527bf10ef06 (diff) | |
Merge pull request #23 from JaKooLit/waybar
New Waybar flavours!
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -112,9 +112,9 @@ done echo "You chose $resolution resolution for better Rofi appearance." # Add your commands based on the resolution choice -if [ "$resolution" == "<= 1080p" ]; then - cp -r config/rofi/resolution/1080p/* config/rofi/ -elif [ "$resolution" == ">= 1440p" ]; then +if [ "$resolution" == "≤ 1080p" ]; then + cp -r config/rofi/resolution/1080p/* config/rofi/ +elif [ "$resolution" == "≥ 1440p" ]; then cp -r config/rofi/resolution/1440p/* config/rofi/ fi @@ -151,8 +151,8 @@ 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-pywal.css" "$HOME/.config/waybar/style.css" && \ +ln -sf "$HOME/.config/waybar/configs/default" "$HOME/.config/waybar/config" && \ +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" && \ |
