aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-06-15 19:17:35 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-06-15 19:17:55 +0900
commit0d77d8a0b2a9d883927836525b76e02503e19dcd (patch)
tree7880cd3d5dd32f9b64ec459f066c74cf824fff7d /copy.sh
parent4c29bf2eb2319d8dfa3abe5b9d3def633b87db54 (diff)
Bump to v2.3, Some hyprland settings adjustments
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/copy.sh b/copy.sh
index afbe8a58..af51ff6d 100755
--- a/copy.sh
+++ b/copy.sh
@@ -120,8 +120,8 @@ while true; do
case $confirm in
[yY])
- # If the detected layout is correct, update the 'kb_layout=' line in the file
- awk -v layout="$layout" '/kb_layout/ {$0 = " kb_layout=" layout} 1' config/hypr/UserConfigs/UserSettings.conf > temp.conf
+ # If the detected layout is correct, update the 'kb_layout =' line in the file
+ awk -v layout="$layout" '/kb_layout/ {$0 = " kb_layout = " layout} 1' config/hypr/UserConfigs/UserSettings.conf > temp.conf
mv temp.conf config/hypr/UserConfigs/UserSettings.conf
echo "${NOTE} kb_layout $layout configured in settings. " 2>&1 | tee -a "$LOG"
@@ -138,8 +138,8 @@ while true; do
read -p "${CAT} - Please enter the correct keyboard layout: " new_layout
- # Update the 'kb_layout=' line with the correct layout in the file
- awk -v new_layout="$new_layout" '/kb_layout/ {$0 = " kb_layout=" new_layout} 1' config/hypr/UserConfigs/UserSettings.conf > temp.conf
+ # Update the 'kb_layout =' line with the correct layout in the file
+ awk -v new_layout="$new_layout" '/kb_layout/ {$0 = " kb_layout = " new_layout} 1' config/hypr/UserConfigs/UserSettings.conf > temp.conf
mv temp.conf config/hypr/UserConfigs/UserSettings.conf
echo "${NOTE} kb_layout $new_layout configured in settings." 2>&1 | tee -a "$LOG"
break ;;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage