Forked from @RonnyDo/ColorPicker
Extra features:
- Automatically copy picked color to clipboard
- Flatpak build by @dar5hak -- updated for 7.1
Flatpak local install:
flatpak install --user io.elementary.Sdk//7.1
flatpak-builder build com.github.ronnydo.colorpicker.yml --user --install --force-clean
Debian Package:
debuild -us -uc
com.github.ronnydo.colorpicker_1.1.6_amd64.deb
Tested on elementary OS 5.1.7 Hera (Based on Ubuntu 18.04.4 LTS)
One Color Picker to rule them all! No overhelming menus or settings. An easy tool with the features you need.
Features:
- Pick a color with the zoomable Magnifier
- Choose between multiple Color Formats
- Let the Color History remember your last colors
On elementaryOS? Simply install Color Picker from AppCenter:
For other Debian-based systems, you can download and install the latest .deb file.
For other systems, you will need to compile the package yourself. See the instructions below.
If you like to build ColorPicker yourself, take a look at the dev-build.sh
file.
You'll need the following dependencies to compile ColorPicker:
- granite
- libgtk-3-dev
- meson
- valac
Here's a sample list of commands for building the package from source. These have been tested to work correctly on Ubuntu 18.04.
sudo apt install valac libgranite-dev
git clone https://github.com/RonnyDo/ColorPicker.git
cd ColorPicker/
chmod +x dev-build.sh
./dev-build.sh