GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HYPRPICKER(1) FreeBSD General Commands Manual HYPRPICKER(1)

hyprpickerwlroots-compatible wayland color picker

hyprpicker [-anh] [-f fmt]

The hyprpicker utility is a color-picker with support for various output formats. When hyprpicker is invoked the cursor is transformed into a magnifying lens, and clicking on any pixel of the screen will print out that pixels color to the standard output. The default output format is hexadecimal, but that can be configured with the -f option.

The options are as follows:

, --autocopy
Automatically copy the output of hyprpicker to the clipboard. This option requires that the wl-copy(1) command is installed on system.
fmt, --format=fmt
Select the format to output the selected pixels color in. The argument fmt is case-insensitive. The available options are:

cmyk
(“C% M% Y% K%”)
hex
(“#RRGGBB”)
rgb
(“R G B”)
hsl
(“H S% L%”)
hsv
(“H S% V%”)

The default format is hex.

, --no-fancy
Disable colored output. Default behavior is to color the output in the same color as the selected pixel.
, --help
Display a help message and exit successfully from the program.

If set, disables colored output.

The hyprpicker utility exits 0 on success, and >0 if an error occurs.

Get a pixels color:

$ hyprpicker

Get a pixels color in HSL, wrapped in a CSS hsl() function:

$ hyprpicker -f hsl | sed 's/^/rgb(/; s/$/)/; y/ /,/'

hyprctl(1), hyprland(1), sed(1), wl-copy(1)

The Hyprpicker Sources

The hyprpicker utility was originally written by Vaxerskihttps://github.com/vaxerski⟩ and the manual page by Thomas Voss <mail@thomasvoss.com>.

The Hyprpicker Bug Tracker

November 14, 2022 Linux

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.