scripts/i3blocks/Arch/key_l.sh

6 lines
94 B
Bash
Executable File

#!/bin/bash
Key=$(setxkbmap -query | grep "^layout" | awk '{print $2}')
echo -e "$Key"