2019-10-16 06:22:50 +01:00
|
|
|
# wal
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> 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:
|
|
|
|
|
2022-05-22 08:31:50 +01:00
|
|
|
`wal -i {{image.png}} -l`
|
2019-10-16 06:22:50 +01:00
|
|
|
|
|
|
|
- Skip setting the desktop wallpaper:
|
|
|
|
|
2022-05-22 08:31:50 +01:00
|
|
|
`wal -i {{image.png}} -n`
|
2019-10-16 06:22:50 +01:00
|
|
|
|
|
|
|
- Skip setting the terminal colors:
|
|
|
|
|
2022-05-22 08:31:50 +01:00
|
|
|
`wal -i {{image.png}} -s`
|
2019-10-16 06:22:50 +01:00
|
|
|
|
|
|
|
- Restore the previously generated color scheme and wallpaper:
|
|
|
|
|
|
|
|
`wal -R`
|