From f94719ddfa7fc5fd6bf8abc878c1f3193d1f5888 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 28 Aug 2026 17:29:58 +0100 Subject: Fixed keyboard layout script to display correctly after CoW changes. --- .config/cow/scripts/keyboard-layout.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/cow/scripts/keyboard-layout.sh') diff --git a/.config/cow/scripts/keyboard-layout.sh b/.config/cow/scripts/keyboard-layout.sh index 7b10e68..bc657c8 100755 --- a/.config/cow/scripts/keyboard-layout.sh +++ b/.config/cow/scripts/keyboard-layout.sh @@ -1,6 +1,6 @@ #!/bin/sh # Get keyboard layout name -echo " $(moocow show keyboard-layout | jq -r .data | awk -F '[()]' '{print $2}')" | xargs - +layout="$(moocow show keyboard-layout | jq -r .data | awk -F '[()]' '{print $2}' | awk NF | xargs)" +echo " "$layout -- cgit v1.3