o
odinpkg.dev
packages / library / pickolor

pickolor

3e8b740library

Simple X11 color picker which doesn't block input

No license · updated 1 year ago

Pickolor

A simple color picker for X11 which doesn't block your input

Demo

demo.mp4

Setup

  • Install Odin
  • Install libx11 and libxi development headers for you distribution
    • ex sudo apt install libx11-dev libxi-dev on Debian based distributions
  • Run odin build . -o:speed from the project directory
  • Run the executable. You can then see the preview window following your cursor, press space to pick a color and escape to exit. The color is copied to you clipboard.