diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:42:05 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:42:05 +0100 |
| commit | 7d782c4af6a369ec5a802eeededf18e5f355088b (patch) | |
| tree | 75fa5eea8e86bc64f1df6a048e3d6d3b4dc72860 /.local/share/bin/kbindicator | |
| parent | bc10739e537c5915d1322501a4e08cab39bcb413 (diff) | |
update dotfiles from work
Diffstat (limited to '.local/share/bin/kbindicator')
| -rwxr-xr-x | .local/share/bin/kbindicator | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/share/bin/kbindicator b/.local/share/bin/kbindicator index ca2acfd..6ffcd53 100755 --- a/.local/share/bin/kbindicator +++ b/.local/share/bin/kbindicator @@ -2,9 +2,9 @@ query_kb_layout() { 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" ;; + "keyboard-us") echo "英数" ;; + "keyboard-us-intl") echo "英数(国際)" ;; + "mozc") echo "日本語" ;; *) ;; esac } |