diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-11-28 09:50:50 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-11-28 09:50:50 +0900 |
| commit | 9d4252297ba68017be3fdd3a9838cbf89f81f86c (patch) | |
| tree | 10bc5027e34c7336778aa3916271415ea3ba33bc | |
| parent | c16ae9725f731366a45d9e290acfb39a5597b18e (diff) | |
bump to v2..3.8 and updated copy.sh to cover less than 1440p monitor resolutions
| -rw-r--r-- | config/hypr/v2.3.8 (renamed from config/hypr/v2.3.7) | 0 | ||||
| -rwxr-xr-x | copy.sh | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/hypr/v2.3.7 b/config/hypr/v2.3.8 index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.3.7 +++ b/config/hypr/v2.3.8 @@ -236,13 +236,13 @@ printf "\n" # Action to do for better rofi and kitty appearance while true; do echo "$ORANGE Select monitor resolution for better config appearance and fonts:" - echo "$YELLOW 1. Equal to or less than 1080p (≤ 1080p)" + echo "$YELLOW 1. less than 1440p (< 1440p)" echo "$YELLOW 2. Equal to or higher than 1440p (≥ 1440p)" read -p "$CAT Enter the number of your choice: " res_choice case $res_choice in 1) - resolution="≤ 1080p" + resolution="< 1440p" break ;; 2) @@ -250,7 +250,7 @@ while true; do break ;; *) - echo "${ERROR} Invalid choice. Please enter 1 for ≤ 1080p or 2 for ≥ 1440p." + echo "${ERROR} Invalid choice. Please enter 1 for < 1440p or 2 for ≥ 1440p." ;; esac done @@ -259,7 +259,7 @@ done echo "${OK} You have chosen $resolution resolution." 2>&1 | tee -a "$LOG" # Add your commands based on the resolution choice -if [ "$resolution" == "≤ 1080p" ]; then +if [ "$resolution" == "< 1440p" ]; then cp -r config/rofi/resolution/1080p/* config/rofi/ sed -i 's/font_size 16.0/font_size 12.0/' config/kitty/kitty.conf |
