dwmblocks/scripts/dwmblocks-fcitx5

13 lines
202 B
Plaintext
Raw Permalink Normal View History

2023-05-28 10:50:45 -07:00
#!/usr/bin/env zsh
local ime_sym=''
case "$(fcitx5-remote -n)" in
'keyboard-us')
ime_sym=''
;;
'mozc')
ime_sym="和"
;;
esac
printf '󰌌 %s' "${ime_sym}"