index
:
dotfiles
master
personal linux/unix config, includes a slackware setup/bootstrap script
aura
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lang.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'lang.sh')
-rwxr-xr-x
lang.sh
3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang.sh b/lang.sh
index 73aeca1..8b9fab1 100755
--- a/
lang.sh
+++ b/
lang.sh
@@ -2,6 +2,9 @@
ENGINES=$(ibus engine)
case "$ENGINES" in
+ *en*)
+ echo "EN"
+ ;;
*pl*)
echo "PL"
;;