mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:02:07 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
28 lines
501 B
Markdown
28 lines
501 B
Markdown
# wal
|
|
|
|
> Create color schemes based on the dominant colors of a wallpaper.
|
|
> More information: <https://github.com/dylanaraps/pywal>.
|
|
|
|
- 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`
|