Skip to content

Commit

Permalink
fix: spotify doc
Browse files Browse the repository at this point in the history
Issue with the properties code.
  • Loading branch information
lnu authored and JanDeDobbeleer committed Nov 19, 2020
1 parent bea3258 commit 0250e8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/segment-spotify.md
Expand Up @@ -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" : " - "
}
}
Expand All @@ -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 ` - `

0 comments on commit 0250e8d

Please sign in to comment.