9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
COLOR1="#FF5800"
|
||
|
COLOR2="#973400"
|
||
|
|
||
|
lang=$(xkblayout-state print %s)
|
||
|
|
||
|
echo "^b$COLOR1^^c$COLOR2^ ^c$COLOR1^^b$COLOR2^ $lang ^d^"
|