1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/wal.md

29 lines
501 B
Markdown
Raw Normal View History

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