about summary refs log tree commit diff
path: root/misc/bin/xmobar/fcitx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bin/xmobar/fcitx.sh')
-rwxr-xr-xmisc/bin/xmobar/fcitx.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/bin/xmobar/fcitx.sh b/misc/bin/xmobar/fcitx.sh
deleted file mode 100755
index ddf1826..0000000
--- a/misc/bin/xmobar/fcitx.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env bash
-
-status="$(fcitx-remote)"
-set out
-
-if   [[ "$status" = 0 ]]
-then
-    out="Off"
-elif [[ "$status" = 1 ]]
-then
-    out="Disabled"
-else 
-    out="Enabled"
-fi
-
-echo -e "$out"

Consider giving Nix/NixOS a try! <3