keyboard layout

please
i try to make widget to show me if i use non English
keyboard layout

i want to show me icon when i use
English keyboard layout

and when i do not use the English keyboard layout
it will not show anything

Here Code to Add. Touchbar - Shell Script / Task Widget
the scrip show current Layout Language

defaults read ~/Library/Preferences/com.apple.HIToolbox.plist AppleSelectedInputSources | grep -A 2 "KeyboardLayout Name" | awk -F '"' '{print $4}'