1
0
Fork 0
dotfiles/.local/bin/statusbar/sb-xkbmap
luca 9454d9dd82 new keyboard layout handling
new keyboard layout handling
2022-09-17 00:06:31 +02:00

3 lines
128 B
Text
Executable file

#/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 &