HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wal — Create color schemes based on the dominant colors of a wallpaper. More information: <https://github.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecreatecommandcolorwalclischemesbased

Problem

How to use the wal command: Create color schemes based on the dominant colors of a wallpaper. More information: <https://github.com/dylanaraps/pywal/wiki/Getting-Started>.

Solution

wal — Create color schemes based on the dominant colors of a wallpaper. More information: <https://github.com/dylanaraps/pywal/wiki/Getting-Started>.

Preview color scheme:
wal --preview {{image.png}}


Create color scheme:
wal -i {{image.png}}


Create a light color scheme:
wal -i {{image.png}} -l


Skip setting the desktop wallpaper:
wal -i {{image.png}} -n


Skip setting the terminal colors:
wal -i {{image.png}} -s


Restore the previously generated color scheme and wallpaper:
wal -R

Code Snippets

Preview color scheme

wal --preview {{image.png}}

Create color scheme

wal -i {{image.png}}

Create a light color scheme

wal -i {{image.png}} -l

Skip setting the desktop wallpaper

wal -i {{image.png}} -n

Skip setting the terminal colors

wal -i {{image.png}} -s

Context

tldr-pages: common/wal

Revisions (0)

No revisions yet.