LinuxCommandLibrary

wal

A tool to create color schemes based on the dominant colors of a wallpaper.

TLDR

Preview color scheme

$ wal --preview [image.png]
copy


Create color scheme
$ wal -i [image.png]
copy


Create a light color scheme
$ wal -i [image.png] -l
copy


Skip setting the desktop wallpaper
$ wal -i [image.png] -n
copy


Skip setting the terminal colors
$ wal -i [image.png] -s
copy


Restore the previously generated color scheme and wallpaper
$ wal -R
copy

Copied to clipboard