7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/bash
|
|
|
|
k_layout_icon=
|
|
k_layout=$(setxkbmap -query | grep layout | awk '{print $NF}')
|
|
|
|
printf "$k_layout_icon ^c#f7ca88^$k_layout^d^"
|