mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
parent
08e7d20281
commit
2b0026d4fe
2 changed files with 6 additions and 6 deletions
|
@ -13,15 +13,15 @@
|
|||
|
||||
- Crea un esquema de colors clars:
|
||||
|
||||
`wal -il {{imatge.png}}`
|
||||
`wal -i {{imatge.png}} -l`
|
||||
|
||||
- No canvia el fons de pantalla:
|
||||
|
||||
`wal -in {{imatge.png}}`
|
||||
`wal -i {{imatge.png}} -n`
|
||||
|
||||
- No canvia els colors de la terminal:
|
||||
|
||||
`wal -is {{imatge.png}}`
|
||||
`wal -i {{imatge.png}} -s`
|
||||
|
||||
- Restableix l'anterior fonts de pantalla i esquema de colors generat:
|
||||
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
|
||||
- Create a light color scheme:
|
||||
|
||||
`wal -il {{image.png}}`
|
||||
`wal -i {{image.png}} -l`
|
||||
|
||||
- Skip setting the desktop wallpaper:
|
||||
|
||||
`wal -in {{image.png}}`
|
||||
`wal -i {{image.png}} -n`
|
||||
|
||||
- Skip setting the terminal colors:
|
||||
|
||||
`wal -is {{image.png}}`
|
||||
`wal -i {{image.png}} -s`
|
||||
|
||||
- Restore the previously generated color scheme and wallpaper:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue