2022-09-02 18:06:00 +02:00
|
|
|
# hyprpicker
|
|
|
|
|
|
|
|
A wlroots-compatible Wayland color picker that does not suck.
|
|
|
|
|
2022-09-02 19:43:00 +02:00
|
|
|
![20220902_19h42m18s_grim](https://user-images.githubusercontent.com/43317083/188208755-0447dd12-72d6-4f64-8b3b-a69ff181b66a.png)
|
2022-09-02 18:07:53 +02:00
|
|
|
|
2022-09-02 18:06:00 +02:00
|
|
|
# Usage
|
|
|
|
|
2022-09-02 19:42:07 +02:00
|
|
|
Launch it. Click. That's it.
|
2022-09-02 18:06:00 +02:00
|
|
|
|
2022-09-02 20:44:42 +02:00
|
|
|
## Options
|
|
|
|
|
|
|
|
`--format [fmt]` to specify the output format (`hex`, `rgb`)
|
|
|
|
|
2022-09-02 21:15:22 +02:00
|
|
|
`--no-fancy` disables the "fancy" (aka. colored) outputting
|
|
|
|
|
2022-09-02 18:06:00 +02:00
|
|
|
# Building
|
|
|
|
|
2022-09-02 19:42:07 +02:00
|
|
|
It's also on the AUR as `hyprpicker-git`
|
|
|
|
|
2022-09-02 18:06:00 +02:00
|
|
|
`make all`
|
|
|
|
|
2022-09-02 18:07:53 +02:00
|
|
|
the output binary is in `./build/hyprpicker`
|
2022-09-02 18:15:51 +02:00
|
|
|
|
|
|
|
# Caveats
|
|
|
|
|
|
|
|
"Freezes" your displays when picking the color.
|