hyprpicker
linux
Minimal Wayland color picker for wlroots compositors (e.g., Hyprland). Requires a Wayland session. For clipboard autocopy, `wl-copy` must be installed.
More info →Options (4)
-f, --formatbooleanPick a color and output in a specific format
Example:
hyprpicker {{[-f|--format]}} {{hex|rgb|hsl|hsv|cmyk}}-a, --autocopybooleanCopy the picked color to the clipboard
Example:
hyprpicker {{[-a|--autocopy]}}-n, --no-fancybooleanDisable colored output (print plain text only)
Example:
hyprpicker {{[-n|--no-fancy]}}-h, --helpbooleanDisplay help
Example:
hyprpicker {{[-h|--help]}}Examples (6)
Pick a color in the default (hex) format
Pick a color and output in a specific format
hyprpicker [-f|--format] hex|rgb|hsl|hsv|cmykCopy the picked color to the clipboard
hyprpicker [-a|--autocopy]Disable colored output (print plain text only)
hyprpicker [-n|--no-fancy]Store the picked color in a shell variable
color=$(hyprpicker [-f|--format] hex)Display help
hyprpicker [-h|--help]made by @shridhargupta | data from tldr-pages