about summary refs log tree commit diff
path: root/scripts/xmobar/fcitx.sh
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2019-12-02 18:03:13 +0300
committerAzat Bahawi <azahi@teknik.io>2019-12-02 18:03:13 +0300
commit29a3bfae91ff4843a9ea2cab5b8cd18393fbdbf4 (patch)
treecc977d45768cd4403b89182bbe26303037a55d41 /scripts/xmobar/fcitx.sh
parentfix build script error and update stack (diff)
Refactor scripts
Diffstat (limited to 'scripts/xmobar/fcitx.sh')
-rwxr-xr-xscripts/xmobar/fcitx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmobar/fcitx.sh b/scripts/xmobar/fcitx.sh
index 5538f50..48eefa0 100755
--- a/scripts/xmobar/fcitx.sh
+++ b/scripts/xmobar/fcitx.sh
@@ -2,7 +2,7 @@
 
 STATUS="$(fcitx-remote)"
 
-if   [ "$STATUS" = 0 ]
+if [ "$STATUS" = 0 ]
 then
     OUT="Off"
 elif [ "$STATUS" = 1 ]

Consider giving Nix/NixOS a try! <3