Add colors to Bar Widgets
This commit is contained in:
8
.local/scripts/9997_lang
Executable file
8
.local/scripts/9997_lang
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLOR1="#FF5800"
|
||||
COLOR2="#973400"
|
||||
|
||||
lang=$(xkblayout-state print %s)
|
||||
|
||||
echo "^b$COLOR1^^c$COLOR2^ ^c$COLOR1^^b$COLOR2^ $lang ^d^"
|
Reference in New Issue
Block a user