Simple color picker for GNOME Shell.
The latest and supported version should only work on the most current stable version of GNOME Shell.
git clone https://github.com/tuberry/color-picker.git && cd color-picker
make && make install
# make LANG=your_language_code mergepo # for translation
For older versions, it's necessary to switch the git tag before make
:
# git tag # to see available versions
git checkout your_gnome_shell_version