From 29a3bfae91ff4843a9ea2cab5b8cd18393fbdbf4 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 2 Dec 2019 18:03:13 +0300 Subject: Refactor scripts --- scripts/xmobar/fcitx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/xmobar') 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 ] -- cgit 1.4.1