Skip to content

Instantly share code, notes, and snippets.

@ayosec
Last active August 27, 2019 01:53
Show Gist options
  • Save ayosec/9ef7fb3f27e5f2eefebd48ac4177d3f1 to your computer and use it in GitHub Desktop.
Save ayosec/9ef7fb3f27e5f2eefebd48ac4177d3f1 to your computer and use it in GitHub Desktop.
Color picker

Pick a color with gpick and copy it to the clipboard:

gpick --pick --single --output --no-newline | xsel -b

To use with xbindkeys:

"(gpick --pick --single --output --no-newline | xsel -b -i) &"
  Mod4 + k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment