mirror of https://github.com/CrimsonTome/tldr.git
parent
08e7d20281
commit
2b0026d4fe
|
@ -13,15 +13,15 @@
|
||||||
|
|
||||||
- Crea un esquema de colors clars:
|
- Crea un esquema de colors clars:
|
||||||
|
|
||||||
`wal -il {{imatge.png}}`
|
`wal -i {{imatge.png}} -l`
|
||||||
|
|
||||||
- No canvia el fons de pantalla:
|
- No canvia el fons de pantalla:
|
||||||
|
|
||||||
`wal -in {{imatge.png}}`
|
`wal -i {{imatge.png}} -n`
|
||||||
|
|
||||||
- No canvia els colors de la terminal:
|
- 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:
|
- Restableix l'anterior fonts de pantalla i esquema de colors generat:
|
||||||
|
|
||||||
|
|
|
@ -13,15 +13,15 @@
|
||||||
|
|
||||||
- Create a light color scheme:
|
- Create a light color scheme:
|
||||||
|
|
||||||
`wal -il {{image.png}}`
|
`wal -i {{image.png}} -l`
|
||||||
|
|
||||||
- Skip setting the desktop wallpaper:
|
- Skip setting the desktop wallpaper:
|
||||||
|
|
||||||
`wal -in {{image.png}}`
|
`wal -i {{image.png}} -n`
|
||||||
|
|
||||||
- Skip setting the terminal colors:
|
- Skip setting the terminal colors:
|
||||||
|
|
||||||
`wal -is {{image.png}}`
|
`wal -i {{image.png}} -s`
|
||||||
|
|
||||||
- Restore the previously generated color scheme and wallpaper:
|
- Restore the previously generated color scheme and wallpaper:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue