This commit is contained in:
nekohepott 2026-06-17 04:16:25 +03:00
parent 0e30d8e962
commit c712e8d295
No known key found for this signature in database

View File

@ -14,13 +14,13 @@ basic usage:
```bash ```bash
gogofetch gogofetch
``` ```
to show custom image (only png supported btw): to show custom image :
```bash ```bash
gogofetch -l *absolute_path* gogofetch -l path
``` ```
to show custom image and set custom width: to show custom image and set custom width:
```bash ```bash
gogofetch -l *absolute_path* -w 250 gogofetch -l path -w 250
``` ```
to show help message: to show help message:
```bash ```bash