diff --git a/.local/bin/scripts/tgscreenkey b/.local/bin/scripts/tgscreenkey index 02feca6..1573acf 100755 --- a/.local/bin/scripts/tgscreenkey +++ b/.local/bin/scripts/tgscreenkey @@ -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}"