diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2024-12-10 22:41:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 22:41:35 -0500 |
| commit | 0ba5021b989ba1a4dc3763c0aad6c45dbcfd97c5 (patch) | |
| tree | 097da17ba08db4a2d1196ff528d8928fc08987ad | |
| parent | c9943ee447427bfdfdb71fe847475d7289c9ff48 (diff) | |
Update copy.sh
It should not be needed but I clarified the lanquage on setting the scaling for <2K and more than 2K monitors
| -rwxr-xr-x | copy.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -235,10 +235,10 @@ 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. 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 + echo "$ORANGE Select monitor resolution to properly configure appearance and fonts:" + echo "$YELLOW -- Enter 1. for monitor res 1440p or less (< 1440p)" + echo "$YELLOW -- Enter 2. for monitors res higher than 1440p (≥ 1440p)" + read -p "$CAT Enter the number of your choice (1 or 2): " res_choice case $res_choice in 1) |
