aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/kbindicator
blob: 819abb23404e229399636bd9b056e4ba051d6090 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
CONTROLLER="`qdbus 'org.fcitx.Fcitx5' '/controller' 'org.fcitx.Fcitx.Controller1.CurrentInputMethod'`"

case $CONTROLLER in
	"keyboard-us") echo "us" ;;
	"keyboard-us-intl") echo "us-intl" ;;
	"mozc") echo "jp" ;;
*) ;;
esac