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", "foreground": "#ffffff",
"background": "#1BD760", "background": "#1BD760",
"properties": { "properties": {
"prefix": " ", "prefix": "\uF9C6 ",
"playing_icon": " ", "playing_icon": "\uE602 ",
"paused_icon": " ", "paused_icon": "\uF8E3 ",
"stopped_icon": " ", "stopped_icon": "\uF04D ",
"track_separator" : " - " "track_separator" : " - "
} }
} }