mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
wal: add page (#3381)
This commit is contained in:
parent
86ec3f7781
commit
d1d0f79d97
1 changed files with 28 additions and 0 deletions
28
pages/common/wal.md
Normal file
28
pages/common/wal.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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 -il {{image.png}}`
|
||||
|
||||
- Skip setting the desktop wallpaper:
|
||||
|
||||
`wal -in {{image.png}}`
|
||||
|
||||
- Skip setting the terminal colors:
|
||||
|
||||
`wal -is {{image.png}}`
|
||||
|
||||
- Restore the previously generated color scheme and wallpaper:
|
||||
|
||||
`wal -R`
|
Loading…
Add table
Reference in a new issue