aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/kbindicator
blob: fec586cbc2a1b9dc0bc29017a96ca17290e147b5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
ENGINE="$(ibus engine)"

case $ENGINE in
	"anthy") echo "jp" ;;
	"xkb:us::eng") echo "us" ;;
	"xkb:us:intl:eng") echo "us-intl" ;;
*) ;;
esac