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'