dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.42k stars 327 forks source link

Is it possible to output only color palette? #444

Closed ashrasmun closed 5 years ago

ashrasmun commented 5 years ago

Hello,

When I execute wal with proper arguments, I get such output:

wal -i futuristic_industry.jpg wal_full_output

When I use the quiet option, I get this output:

wal -q -i futuristic_industry.jpg wal_quiet_output

Is it possible to get colors only in the output?

wal ? -i futuristic_industry.jpg wal_colors_only

I tried greping out lines with square brackets, but that removes colors too.

Thanks in advance :)

dylanaraps commented 5 years ago

You can use wal --preview to display the current palette.

ashrasmun commented 5 years ago

Looks like I wasn't using the newest version of pywal - 3.1.0. I upgraded to 3.3.0 and everything works fine now. Thank you! :)