Fix tgscreenkey script

This commit is contained in:
samedamci 2020-05-27 11:20:48 +02:00
parent 2893e617e2
commit b6c9575d4b
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -4,4 +4,4 @@
[ "$(pgrep screenkey)" ] && { killall screenkey && exit ;}
screenkey -s small --bg-color "$(awk '/.*selbg.*/ { print $2 }' ~/.config/Xresources)"
screenkey -s small --bg-color "${SBG}"