Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Achno/gowall
Browse files Browse the repository at this point in the history
pulling README changes
  • Loading branch information
Achno committed Oct 18, 2024
2 parents 9467ed9 + 30317f0 commit 296fcb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ Notes 🗒️ :
gowall convert path/to/img.png -t <theme-name>
```

- `Replace a single color with another`

```bash
gowall convert /path/to/img.png -r #312424,#1D1C2D
```

Notes 🗒️ :
- `path/to/img.png` does not have to be an absolute path. You can use a relative path with the `~` ex. `~/Pictures/img.png`
- you can find the list of all the themes via `gowall list` check number 6. as well
Expand Down

0 comments on commit 296fcb7

Please sign in to comment.