4 lines
128 B
Text
4 lines
128 B
Text
|
#/bin/sh
|
||
|
printf "\033[11m\033[10m %s" "$(xkb-switch -p)"
|
||
|
pidof -x sbd-xkbmap >/dev/null 2>&1 || sbd-xkbmap >/dev/null 2>&1 &
|