aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-16 10:50:28 +0900
committerGitHub <noreply@github.com>2023-11-16 10:50:28 +0900
commit01bfc6aa7974f8041c95df5bb8058575ec05417f (patch)
tree7d4bea977332b9bd83ea7ca090ed25d14459750d /copy.sh
parent13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (diff)
parent4fff05683290ddd9caed31c23e579527bf10ef06 (diff)
Merge pull request #23 from JaKooLit/waybar
New Waybar flavours!
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/copy.sh b/copy.sh
index 4ee29485..166bf7b0 100755
--- a/copy.sh
+++ b/copy.sh
@@ -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" && \
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage