Skip to content

My color picker in GTK, based very heavily on the MS Powertoys color picker

Notifications You must be signed in to change notification settings

undefinedDarkness/colr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A simple color picker GUI for X11.

Install & Usage

Obtain the binary package from the ./binaries/ folder: To install the deb package, run sudo apt install ./*.deb To use it, run: colr

Building

$ git clone https://github.com/undefinedDarkness/colr.git 
$ cd colr
$ meson build
$ cd build && meson compile
$ mv colr ~/.local/bin # Move to path

Building Requirements:

  • Gtk3 Development Headers (libgtk-3-dev)
  • X11 Development Headers (libx11-dev)
  • Meson & Ninja

Todo

  • Extend HSV Support
  • Fix Clipboard Persistence
  • Restyle About Dialog

About

My color picker in GTK, based very heavily on the MS Powertoys color picker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published