Skip to content

hyprpicker

hyprpicker is a neat utility for picking a color from your screen on Hyprland.

Configuration

Doesn’t require configuration, only launch flags:

FlagDescriptionArgs
-a/--autocopyAutomatically copies the output to the clipboard (requires wl-clipboard)[[Empty]]
-f/--format=Specifies the output formatcmyk | hex | rgb | hsl | hsv
-o/--output-format=Specifies how the output color should be formattedstring format e.g. “rgb({0}, {1}, {2})”
-n/--notifySends a desktop notification when a color is picked (requires notify-send and a notification daemon like dunst)[[Empty]]
-b/--no-fancyDisables the “fancy” (aka. colored) outputting[[Empty]]
-h/--helpShows the help message[[Empty]]
-r/--render-inactiveRender (freeze) inactive displays[[Empty]]
-z/--no-zoomDisable the zoom lens[[Empty]]
-q/--quietDisable most logs (leaves errors)[[Empty]]
-v/--verboseEnable more logs[[Empty]]
-t/--no-fractionalDisable fractional scaling support[[Empty]]
-d/--disable-hex-previewDisable live preview of Hex code[[Empty]]
-l/--lowercase-hexOutputs the hexcode in lowercase[[Empty]]
-s/--scale=scaleSet the zoom scalefloat between 1.0 and 10.0
-u/--radius=radiusSet the circle radiusint between 1 and 1000
-N/--nameCopies the standard color name instead of the format if matched (requires -a)[[Empty]]
-V/--versionPrint version info[[Empty]]
Last updated on