diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-27 10:59:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 10:59:27 +0900 |
| commit | 1436fe7b03be17f824ffecc5926184ef7837077d (patch) | |
| tree | 7154800e8c56ee1f74aa080cc485ce9d98a68f20 /config/hypr/scripts/SwitchKeyboardLayout.sh | |
| parent | 6c4db42efd6519f13b7e3b6375c16b8d2cb928f9 (diff) | |
| parent | 31b1aa05196433e7c287eee68bdbce84b8be351a (diff) | |
Merge pull request #532 from JaKooLit/main
main to development synchronization
Diffstat (limited to 'config/hypr/scripts/SwitchKeyboardLayout.sh')
| -rwxr-xr-x | config/hypr/scripts/SwitchKeyboardLayout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/SwitchKeyboardLayout.sh b/config/hypr/scripts/SwitchKeyboardLayout.sh index 95e6edc8..f1f8b244 100755 --- a/config/hypr/scripts/SwitchKeyboardLayout.sh +++ b/config/hypr/scripts/SwitchKeyboardLayout.sh @@ -97,7 +97,7 @@ if ! change_layout; then echo "Layout change failed." >&2 exit 1 else - notify-send -u low -i "$notif_icon" " New kb_layout: $new_layout" + notify-send -u low -i "$notif_icon" " kb_layout: $new_layout" echo "Layout change notification sent." fi |
