Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 773 Bytes

wcolor

License: MIT

WORK IN PROGRESS!

Simple color picker for Wayland. Pick any color on the screen using the mouse. This is basically the Wayland aquivalent to xcolor.

Usage

Run wcolor and select a color. Its hexadecimal RGB representation will be printed to standard output.

Screenshot

Preview

Setup

  • zig build
  • zig build run

References