pick color from screen with script. use as shortcut.

This commit is contained in:
motius 2017-03-09 17:00:23 +01:00
parent bda92f6758
commit bda6d613ca
1 changed files with 9 additions and 0 deletions

9
color/select_screen.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# launch in xterm
# with small size 15 char, 5 col
# use 'Monospace' '14pt' font
# exec grabc to read color for screen
# wait for <return> with read
xterm -geometry '15x5+0+0' -fa 'Monospace' -fs 14 -e 'grabc && read'