.dotfiles/.local/bin/scripts/tgscreenkey
2020-05-15 17:54:38 +02:00

6 lines
158 B
Bash
Executable File

#!/bin/sh
[ "$(pgrep screenkey)" ] && { killall screenkey && exit ;}
screenkey -s small --bg-color "$(awk '/.*selbg.*/ { print $2 }' ~/.config/Xresources)"