A read-only mirror of https://github.com/hyprwm/hyprpicker
Find a file
2026-05-02 16:19:48 +01: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 internal: clean up files on SIGTERM (#155) 2026-05-02 16:19:48 +01: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.6 2026-02-10 15:09:41 +00: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.