From 9d4252297ba68017be3fdd3a9838cbf89f81f86c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 28 Nov 2024 09:50:50 +0900 Subject: bump to v2..3.8 and updated copy.sh to cover less than 1440p monitor resolutions --- config/hypr/v2.3.7 | 5 ----- config/hypr/v2.3.8 | 5 +++++ copy.sh | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 config/hypr/v2.3.7 create mode 100644 config/hypr/v2.3.8 diff --git a/config/hypr/v2.3.7 b/config/hypr/v2.3.7 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.7 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.3.8 b/config/hypr/v2.3.8 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.3.8 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/copy.sh b/copy.sh index 85aacb5e..ce0f2825 100755 --- a/copy.sh +++ b/copy.sh @@ -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 -- cgit v1.2.3