From 9a5c76188e74d7b8256a3e3bf60c59ca82c3c123 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 11 Mar 2026 05:19:58 -0500 Subject: [PATCH] u --- dots/bin/displayKeyboardLayout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/displayKeyboardLayout.sh b/dots/bin/displayKeyboardLayout.sh index bfcc4c8..9a9bfce 100755 --- a/dots/bin/displayKeyboardLayout.sh +++ b/dots/bin/displayKeyboardLayout.sh @@ -11,4 +11,4 @@ # Cuts the first two characters (e.g., us, de) and converts them to uppercase. # ------------------------------------------------------------------------------------- -hyprctl devices -j | jq -r '.keyboards[] | select(.main == true) | .active_keymap' | cut -c1-2 | tr 'a-z' 'A-Z' \ No newline at end of file +hyprctl devices -j | jq -r '.keyboards[] | select(.main == true) | .active_keymap' | cut -c1-2 | tr 'a-z' 'A-Z'