2025-03-14 21:59:59 -06:00
|
|
|
# wal
|
|
|
|
|
|
|
|
|
|
> Create color schemes based on the dominant colors of a wallpaper.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://github.com/dylanaraps/pywal/wiki/Getting-Started>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|