/gcolor3

A simple color chooser written in GTK3

Primary LanguageCGNU General Public License v2.0GPL-2.0

Fork informations

This fork was made to fullfill my need of a simple colorpicker with color manipulation abilities. I intend to use it along with Hyprpicker as a bind shortcut.

Example:

gcolor3 --color "$(hyprpicker --autocopy)"

Changes from original

  • Removed the eyedropper (To use something like Hyprpicker instead)
  • Added opacity to the hex (currently only works as output)
  • Added a cli argument (--color) to change the default color

Translations may be broken idk, I have little experience with development.

Color Picker

Choose colors from the picker or the screen

This README is only relevant for development resources and instructions. For a description of Color Picker, screenshots and installation instructions for end-users, please see the website.

Compile from source

GNOME Builder (Recommended)

GNOME Builder is the environment used for the development of this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it.

  1. Download GNOME Builder.
  2. In Builder, click the "Clone Repository" button at the bottom, using git@gitlab.gnome.org/World/gcolor3.git or https://gitlab.gnome.org/World/gcolor3.git as the URL.
  3. Click the build button at the top once the project is loaded.

Manual

If you feel at home in the terminal or would like to build outside of Builder, these are the commands to use:

git clone https://gitlab.gnome.org/World/gcolor3.git
cd gcolor3
meson _build
ninja -C _build

Bugs

For any bug or request, please create an issue on GitLab.

License

Please see LICENSE on GitLab.

Copyright © 2013 - 2018 Jente Hidskes <hjdskes@gmail.com>