mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-11 10:45:54 +09:00
Create ibus
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
EN_ibus="xkb:us::eng"
|
||||
VN_ibus="Bamboo"
|
||||
lang=`ibus engine`
|
||||
|
||||
if [ $lang = $EN_ibus ];then
|
||||
ibus engine $VN_ibus
|
||||
notify-send "[VI] Xin chào" -t 2000 -a "System"
|
||||
fi
|
||||
if [ $lang = $VN_ibus ];then
|
||||
notify-send "[EN] Welcome" -t 2000 -a "System"
|
||||
ibus engine $EN_ibus
|
||||
fi
|
||||
Reference in New Issue
Block a user