From cd61f7c2254fd86a8a92476010d4b341d4954d3b Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 19 Feb 2024 16:57:32 +0000 Subject: [PATCH] add hyprpicker to hypr utils --- pages/Hypr Ecosystem/hyprpicker.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/Hypr Ecosystem/hyprpicker.md diff --git a/pages/Hypr Ecosystem/hyprpicker.md b/pages/Hypr Ecosystem/hyprpicker.md new file mode 100644 index 0000000..fc25b98 --- /dev/null +++ b/pages/Hypr Ecosystem/hyprpicker.md @@ -0,0 +1,15 @@ +hyprpicker is a neat utility for picking a color your screen on hyprland. + +{{ < toc >}} + +## Configuration + +No configuration, only launch flags: + +| flag | description | args | +| -- | -- | -- | +| -a / --autocopy | Automatically copies the output to the clipboard (requires wl-clipboard) | none | +| -f / --format= | Specifies the output format | cmyk / hex / rgb / hsl / hsv | +| -n / --no-fancy | Disables the "fancy" (aka. colored) outputting | none | +| -r | --render-inactive | Render (freeze) inactive displays | none | +| -z | --no-zoom | Disable the zoom lens | none | \ No newline at end of file