xfgusta / px

Simple X color picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

px

Simple X color picker

Installation

Requirements

  • make
  • gcc (and a POSIX environment)
  • Xlib

Build and install with:

git clone https://github.com/xfgusta/px.git
cd px
make

And then make install as root.

To uninstall, run make uninstall as root as well.

Example

px -a

To see all available options for px, run px -h.

License

The MIT License (MIT)

Copyright (c) 2021 Gustavo Costa

About

Simple X color picker

License:MIT License


Languages

Language:C 89.8%Language:Makefile 10.2%