Linux command
hyprpicker 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Pick
hyprpicker
Example
hyprpicker -f [hex|rgb|hsl|hsv|cmyk]
Example
hyprpicker -a
Disable
hyprpicker -n
Example
color=$(hyprpicker -f hex)
说明
hyprpicker is a wlroots-compatible Wayland color picker designed for Hyprland. It allows users to select any pixel on screen and get its color value in various formats. When launched, the cursor transforms into a magnifying lens. Clicking anywhere on screen captures the color at that pixel and outputs it in the specified format. The tool integrates with wl-copy for clipboard support.
参数
- -f, --format _FORMAT_
- Output format: hex, rgb, hsl, hsv, or cmyk
- -a, --autocopy
- Automatically copy picked color to clipboard
- -n, --no-fancy
- Disable colored output, print plain text only
- -r, --render-inactive
- Render (freeze) inactive displays
- -z, --no-zoom
- Disable the zoom lens
- -q, --quiet
- Disable most logging output
- -t, --no-fractional
- Disable fractional scaling support
- -h, --help
- Display help message
FAQ
What is the hyprpicker command used for?
hyprpicker is a wlroots-compatible Wayland color picker designed for Hyprland. It allows users to select any pixel on screen and get its color value in various formats. When launched, the cursor transforms into a magnifying lens. Clicking anywhere on screen captures the color at that pixel and outputs it in the specified format. The tool integrates with wl-copy for clipboard support.
How do I run a basic hyprpicker example?
Run `hyprpicker` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f, --format _FORMAT_ do in hyprpicker?
Output format: hex, rgb, hsl, hsv, or cmyk