fix: spotify doc

Issue with the properties code.
This commit is contained in:
Laurent Nullens 2020-11-19 17:00:00 +01:00 committed by Jan De Dobbeleer
parent bea3258758
commit 0250e8d5d1

View file

@ -19,10 +19,10 @@ Be aware this can make the prompt a tad bit slower as it needs to get a response
"foreground": "#ffffff",
"background": "#1BD760",
"properties": {
"prefix": " ",
"playing_icon": " ",
"paused_icon": " ",
"stopped_icon": " ",
"prefix": "\uF9C6 ",
"playing_icon": "\uE602 ",
"paused_icon": "\uF8E3 ",
"stopped_icon": "\uF04D ",
"track_separator" : " - "
}
}
@ -32,5 +32,5 @@ Be aware this can make the prompt a tad bit slower as it needs to get a response
- playing_icon: `string` - text/icon to show when playing - defaults to `\uE602 `
- paused_icon: `string` - text/icon to show when paused - defaults to `\uF8E3 `
- stopped_icon: `string` - text/icon to show when paused - defaults to `\uF04D `
- stopped_icon: `string` - text/icon to show when paused - defaults to `\uF04D `
- track_separator: `string` - text/icon to put between the artist and song name - defaults to ` - `