diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-28 17:19:42 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-28 17:19:42 +0100 |
| commit | ed6f4744245fc6213774817e284f0775570d071b (patch) | |
| tree | 57f18a05750537b8585595b551686da3700c470b | |
| parent | 75f56b3729ef3d70929afb74ab1947813239935d (diff) | |
Added xargs to keyboard layout script after CoW implemented caps status too which messed up the output of my script.
| -rwxr-xr-x | .config/cow/scripts/keyboard-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cow/scripts/keyboard-layout.sh b/.config/cow/scripts/keyboard-layout.sh index 4fca3fe..7b10e68 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}')" +echo " $(moocow show keyboard-layout | jq -r .data | awk -F '[()]' '{print $2}')" | xargs |
