hyprwm / hyprpicker

A wlroots-compatible Wayland color picker that does not suck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option for lowercase hex

danielwerg opened this issue · comments

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