diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-02 04:28:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-02 04:28:27 +0900 |
| commit | 0050f966af4179ae2416867a717cb8193d9a911f (patch) | |
| tree | 49e87eddd4c9fa21567136bc7040a989f2ef5729 | |
| parent | a16c04bf2c5df1f145c3552aea8581bd8e8319cf (diff) | |
modified statusbar/sb-keyboard
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-keyboard | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
