A wlroots-compatible Wayland color picker that does not suck.
  • C++ 89.7%
  • CMake 6.2%
  • Nix 4.1%
Find a file
Meehir Prabhakar 77b31f5304
feat: support matching and copying 141 W3C standard color names (#164)
* feat: add matching for 141 W3C standard colors and output override

* fix(ui): correct box and text positioning math for multi-line color preview
2026-07-04 12:40:03 +02:00
.github/workflows CI: use org-wide actions 2026-04-17 15:21:19 +03:00
doc Input: include cursor in frozen preview (#156) 2026-05-02 00:16:52 +01:00
nix nix: separate overlay with deps 2026-03-02 18:38:33 +02:00
protocols initial commit 2022-09-02 18:06:00 +02:00
src feat: support matching and copying 141 W3C standard color names (#164) 2026-07-04 12:40:03 +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 core: move to hyprwayland-scanner (#88) 2024-09-26 12:58:43 +01:00
CMakeLists.txt core: clang-tidy and comp fixes (#110) 2025-02-21 21:32:08 +01:00
flake.lock flake.lock: update 2026-03-02 18:38:49 +02: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.