Skip to content
hyprpicker

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)none
-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)none
-b | --no-fancyDisables the “fancy” (aka. colored) outputtingnone
-h | --helpShows the help messagenone
-r | --render-inactiveRender (freeze) inactive displaysnone
-z | --no-zoomDisable the zoom lensnone
-q | --quietDisable most logs (leaves errors)none
-v | --verboseEnable more logsnone
-t | --no-fractionalDisable fractional scaling supportnone
-d | --disable-hex-previewDisable live preview of Hex codenone
-l | --lowercase-hexOutputs the hexcode in lowercasenone
-s | --scale=scaleSet the zoom scalefloat between 1.0 and 10.0
-u | --radius=radiusSet the circle radiusint between 1 and 1000
-V | --versionPrint version infonone
Last updated on