.dotfiles/.local/bin/scripts/tgscreenkey

8 lines
131 B
Plaintext
Raw Normal View History

2020-05-15 17:54:38 +02:00
#!/bin/sh
# Toggle screenkey.
2020-05-15 17:54:38 +02:00
[ "$(pgrep screenkey)" ] && { killall screenkey && exit ;}
2020-05-27 11:20:48 +02:00
screenkey -s small --bg-color "${SBG}"