1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/wal.md
Jorge Medrano 2b0026d4fe
wal: fix examples (#8101)
pywal expects a path after the -i argument
2022-05-22 17:31:50 +10:00

28 lines
511 B
Markdown

# wal
> A tool to 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`