Skip to content

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

License

Notifications You must be signed in to change notification settings

hyprwm/hyprpicker

Folders and files

NameName
Last commit message
Last commit date
May 3, 2023
Nov 20, 2022
Oct 24, 2024
Sep 2, 2022
Mar 21, 2025
Mar 31, 2023
Feb 21, 2025
Sep 26, 2024
Feb 21, 2025
Sep 2, 2022
Sep 30, 2024
Jan 17, 2025
Jan 23, 2025
Dec 16, 2024

Repository files navigation

hyprpicker

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

hyprpickerShort

Usage

Launch it. Click. That's it.

Options

See hyprpicker --help.

Building

Arch

yay -S hyprpicker-git

Manual

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.