.dotfiles/.local/bin/scripts/tgscreenkey

8 lines
179 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 ;}
screenkey -s small --bg-color "$(awk '/.*selbg.*/ { print $2 }' ~/.config/Xresources)"