fix script by using )

This commit is contained in:
Sakooooo 2023-08-08 10:40:21 +03:00
parent 75d805e82e
commit 3d056240c6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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" ;;