diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-26 22:09:14 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-26 22:09:14 +0300 |
commit | 736cfe910493dd10f7730978f98988ff73786082 (patch) | |
tree | d88d794c094d89169dd6484574d83c06b92568f8 /color-picker | |
parent | d0fd698bcacc2c477a0149d2deb373722f45e214 (diff) |
Modified useful scripts for the user space.
Changes to be committed:
modified: clip
modified: upload
modified: zsh/env
new file: color-picker
Changes not staged for commit:
modified: keybinds
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 |