diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 10:41:44 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 10:41:44 +0900 |
| commit | 4fff05683290ddd9caed31c23e579527bf10ef06 (patch) | |
| tree | 7d4bea977332b9bd83ea7ca090ed25d14459750d | |
| parent | e7546019699a80d9055d6c2d3f61c13561ec71a6 (diff) | |
updated copy.sh for rofi
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 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 |
