aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <ejhay.games@gmail.com>2023-11-16 10:41:44 +0900
committerJa.KooLit <ejhay.games@gmail.com>2023-11-16 10:41:44 +0900
commit4fff05683290ddd9caed31c23e579527bf10ef06 (patch)
tree7d4bea977332b9bd83ea7ca090ed25d14459750d
parente7546019699a80d9055d6c2d3f61c13561ec71a6 (diff)
updated copy.sh for rofi
-rwxr-xr-xcopy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/copy.sh b/copy.sh
index 6e3282fe..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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage