hyprwm / hyprpicker

A wlroots-compatible Wayland color picker that does not suck.
BSD 3-Clause "New" or "Revised" License
670 stars 30 forks source link

Add option for lowercase hex #55

Open danielwerg opened 8 months ago

danielwerg commented 8 months ago

I prefer lowercase hex but hyprpicker only outputs uppercase hex and there seems to be no option to change that.

Workaround:

hyprpicker | tr '[:upper:]' '[:lower:]' | wl-copy