mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 14:55:32 +00:00
Update cheatsheets
This commit is contained in:
33
wal
Normal file
33
wal
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# wal
|
||||
|
||||
> 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 -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`
|
||||
Reference in New Issue
Block a user