aboutsummaryrefslogtreecommitdiff
path: root/.config/cow/scripts/keyboard-layout.sh
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-15 09:35:09 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-15 09:35:09 +0100
commita61da6f76813790bfaa2a995d9285d616b0b0a86 (patch)
tree2bccdb95cf4c8bd1a67478626e4fbd660209044f /.config/cow/scripts/keyboard-layout.sh
parente14e6e48a276264397d1cc6feedeab9260e5930a (diff)
Initial commit of very WIP cow scripts
Diffstat (limited to '.config/cow/scripts/keyboard-layout.sh')
-rwxr-xr-x.config/cow/scripts/keyboard-layout.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/cow/scripts/keyboard-layout.sh b/.config/cow/scripts/keyboard-layout.sh
new file mode 100755
index 0000000..2d9ee13
--- /dev/null
+++ b/.config/cow/scripts/keyboard-layout.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Get keyboard layout name
+echo "$(moocow show keyboard-layout | jq -r .data | awk -F '[()]' '{print $2}')"
+
+