aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/personal/getibusinput
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local/bin/personal/getibusinput')
-rwxr-xr-xscripts/.local/bin/personal/getibusinput11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/.local/bin/personal/getibusinput b/scripts/.local/bin/personal/getibusinput
deleted file mode 100755
index 4d52273..0000000
--- a/scripts/.local/bin/personal/getibusinput
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-STRING="$(ibus read-config | grep -o engines-order:.* | sed 's/engines-order: \[\|\]\|,//g' | awk '{ print $1 }')"
-
-if [[ "$STRING" == "'xkb:de::deu'" ]]; then
- echo "DE"
-elif [[ "$STRING" == "'anthy'" ]]; then
- echo "JA"
-elif [[ "$STRING" == "'xkb:de:ru:rus'" ]]; then
- echo "RU"
-fi