From b6c9575d4be79ed693bb8841fc5c08493604f7db Mon Sep 17 00:00:00 2001 From: samedamci Date: Wed, 27 May 2020 11:20:48 +0200 Subject: [PATCH] Fix tgscreenkey script --- .local/bin/scripts/tgscreenkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"