diff options
Diffstat (limited to 'color-picker')
-rwxr-xr-x | color-picker | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/color-picker b/color-picker new file mode 100755 index 0000000..a132a44 --- /dev/null +++ b/color-picker @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +SELECTED_COLOR=$(grabc) + +echo $SELECTED_COLOR | xsel -b +echo $SELECTED_COLOR |