aboutsummaryrefslogtreecommitdiff
path: root/.config/cow/scripts
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-28 17:19:42 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-28 17:19:42 +0100
commited6f4744245fc6213774817e284f0775570d071b (patch)
tree57f18a05750537b8585595b551686da3700c470b /.config/cow/scripts
parent75f56b3729ef3d70929afb74ab1947813239935d (diff)
Added xargs to keyboard layout script after CoW implemented caps status too which messed up the output of my script.
Diffstat (limited to '.config/cow/scripts')
-rwxr-xr-x.config/cow/scripts/keyboard-layout.sh2
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