fix script by using )
This commit is contained in:
parent
75d805e82e
commit
3d056240c6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ mem() {
|
|||
}
|
||||
|
||||
keyboard() {
|
||||
layout=${xset -q | grep LED | awk '{ print $10 }'}
|
||||
layout=$(xset -q | grep LED | awk '{ print $10 }')
|
||||
case "$layout" in
|
||||
"00000000") printf "^c$white^ us" ;;
|
||||
"00001000") printf "^c$white^ ar" ;;
|
||||
|
|
Loading…
Reference in a new issue