A wlroots-compatible Wayland color picker that does not suck.
  • C++ 90.1%
  • CMake 6%
  • Nix 3.9%
Find a file
2026-09-01 15:47:01 +02:00
.github ci: add vouch 2026-08-30 21:36:28 +02:00
doc Input: include cursor in frozen preview (#156) 2026-05-02 00:16:52 +01:00
nix nix: gcc 15 -> 16 2026-08-11 19:21:34 +03:00
protocols core: migrate to ext-icc for screencopy (#168) 2026-08-19 13:24:10 +02:00
src layer: request ondemand focus if available 2026-09-01 15:47:01 +02:00
.clang-format clang-format, no-zoom and render-inactive 2023-03-31 17:41:40 +01:00
.clang-tidy clang-tidy: fix some errors (#118) 2025-04-22 23:24:11 +02:00
.gitignore gitignore: add direnv 2026-08-18 19:02:35 +02:00
CMakeLists.txt core: migrate to ext-icc for screencopy (#168) 2026-08-19 13:24:10 +02:00
flake.lock nix: gcc 15 -> 16 2026-08-11 19:21:34 +03:00
flake.nix nix: separate overlay with deps 2026-03-02 18:38:33 +02:00
LICENSE Initial commit 2022-09-02 18:04:12 +02:00
README.md core: add Notifications Support (#130) 2025-06-10 18:39:45 +02:00
VERSION version: bump to 0.4.7 2026-05-05 00:34:34 +01:00

hyprpicker

A wlroots-compatible Wayland color picker that does not suck.

hyprpickerShort

Usage

Launch it. Click. That's it.

Options

See hyprpicker --help.

Installation

Arch

sudo pacman -S hyprpicker

Manual (Building)

Install dependencies:

  • cmake
  • pkg-config
  • pango
  • cairo
  • wayland
  • wayland-protocols
  • hyprutils
  • xkbcommon

Building is done via CMake:

cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target hyprpicker -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF`

Install with:

cmake --install ./build

Caveats

"Freezes" your displays when picking the color.