diff options
Diffstat (limited to 'scripts/xmobar/fcitx.sh')
-rwxr-xr-x | scripts/xmobar/fcitx.sh | 2 |
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 ] |