Skip to content

Commit

Permalink
wal: fix examples (tldr-pages#8101)
Browse files Browse the repository at this point in the history
pywal expects a path after the -i argument
  • Loading branch information
jamedranoa committed May 22, 2022
1 parent 08e7d20 commit 2b0026d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pages.ca/common/wal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions pages/common/wal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2b0026d

Please sign in to comment.