Closed ashrasmun closed 5 years ago
Hello,
When I execute wal with proper arguments, I get such output:
wal -i futuristic_industry.jpg
When I use the quiet option, I get this output:
wal -q -i futuristic_industry.jpg
Is it possible to get colors only in the output?
wal ? -i futuristic_industry.jpg
I tried greping out lines with square brackets, but that removes colors too.
Thanks in advance :)
You can use wal --preview to display the current palette.
wal --preview
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! :)
Hello,
When I execute wal with proper arguments, I get such output:
wal -i futuristic_industry.jpg
When I use the quiet option, I get this output:
wal -q -i futuristic_industry.jpg
Is it possible to get colors only in the output?
wal ? -i futuristic_industry.jpg
I tried greping out lines with square brackets, but that removes colors too.
Thanks in advance :)