diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2020-08-22 19:17:48 +0100 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2020-08-22 19:17:48 +0100 |
commit | 840130680e3aee2d202e23d684343cf48e24e885 (patch) | |
tree | c3ccaab097b3113f1b67ea1b41383b3d366f32c8 | |
parent | a0636d7390f3bb57fa5b8b4b1e04a4f44e0f307c (diff) | |
download | waybar-mpris-840130680e3aee2d202e23d684343cf48e24e885.tar.gz waybar-mpris-840130680e3aee2d202e23d684343cf48e24e885.zip |
get rid of json annotation
it made the comments look ugly.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ or just grab the `waybar-mpris` binary from here and place it in your PATH. ## Usage When running, the program will pipe out json in waybar's format. Add something like this to your waybar `config.json`: -``` json +``` "custom/waybar-mpris": { "return-type": "json", "exec": "waybar-mpris", |