wal: fix examples (#8101)

pywal expects a path after the -i argument
htop
Jorge Medrano 2022-05-22 02:31:50 -05:00 committed by GitHub
parent 08e7d20281
commit 2b0026d4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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: