From 5d078305286442f6a6c5ea38d02709a59cc11117 Mon Sep 17 00:00:00 2001 From: stefur Date: Sun, 23 Jul 2023 20:52:21 +0200 Subject: [PATCH] readme: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4167aa7..d6a1216 100644 --- a/README.md +++ b/README.md @@ -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!