9 lines
188 B
Bash
Executable file
9 lines
188 B
Bash
Executable file
#!/bin/sh
|
|
|
|
swaymsg -t get_inputs |
|
|
jq -r '..|
|
|
select(.type? == "keyboard")
|
|
.xkb_active_layout_name' |
|
|
head -n 1 |
|
|
sd '\b(..)[\w\s]*' '$1' |
|
|
sd '$' '\n'
|