Skip to content

Commit

Permalink
readme: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefur committed Jul 23, 2023
1 parent e0afaf8 commit 5d07830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Add a custom module to your Waybar config:
"custom/lystra": {
"format": "{}"
"exec": "lystra",
"response-type": "json"
"return-type": "json"
}
```
Add whatever flags you want to the command in `exec`, for example something like: `"exec": "lystra --length 65 --order title,artist --separator ": "`
Add whatever flags you want to the command in `exec`, for example something like: `"exec": "lystra --length 65 --order title,artist --separator ': '"`

Don't forget to add the module to your bar!

Expand Down

0 comments on commit 5d07830

Please sign in to comment.