tldr/pages/common/wal.md

29 lines
501 B
Markdown
Raw Normal View History

2019-10-16 06:22:50 +01:00
# wal
> Create color schemes based on the dominant colors of a wallpaper.
2019-10-16 06:22:50 +01:00
> 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`
2019-10-16 06:22:50 +01:00
- Skip setting the desktop wallpaper:
`wal -i {{image.png}} -n`
2019-10-16 06:22:50 +01:00
- Skip setting the terminal colors:
`wal -i {{image.png}} -s`
2019-10-16 06:22:50 +01:00
- Restore the previously generated color scheme and wallpaper:
`wal -R`