.dotfiles/.local/bin/scripts/tgscreenkey
Wiktor Zykubek 65d6817092 Add 'shelp' script
Also add simple description comment to all script.
2020-05-15 20:56:33 +02:00

8 lines
179 B
Bash
Executable File

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