From 0050f966af4179ae2416867a717cb8193d9a911f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 2 Feb 2025 04:28:27 +0900 Subject: modified statusbar/sb-keyboard --- ar/.local/bin/statusbar/sb-keyboard | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ar') diff --git a/ar/.local/bin/statusbar/sb-keyboard b/ar/.local/bin/statusbar/sb-keyboard index bb4c780..9efaa29 100755 --- a/ar/.local/bin/statusbar/sb-keyboard +++ b/ar/.local/bin/statusbar/sb-keyboard @@ -23,10 +23,10 @@ method=$(dbus-send --print-reply --dest=org.fcitx.Fcitx5 \ case "$method" in keyboard-us) - icon="⌨️US" + lang="US" ;; hangul) - icon="⌨️KO" + lang="KO" ;; esac -echo "$icon" +echo "⌨️$lang" -- cgit v1.2.3