Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
/ px Public archive

Simple X color picker

License

Notifications You must be signed in to change notification settings

xfgusta/px

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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