Files
whyfile---Niri-Dots/config/hypr out of date/scripts/input.sh
2025-08-26 13:21:07 +03:00

10 lines
117 B
Bash
Executable File

input=$(ibus engine | grep BambooUs)
if [ -n "$input" ]
then
echo "EN ⠀⠀"
else
echo "VN ⠀⠀"
fi