SkillAgentSearch skills...

Hyprpicker

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

Install / Use

/learn @hyprwm/Hyprpicker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated15h ago
Forks53

Languages

C++

Security Score

100/100

Audited on Mar 27, 2026

No findings