File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Be aware this can make the prompt a tad bit slower as it needs to get a response
1919 "foreground" : " #ffffff" ,
2020 "background" : " #1BD760" ,
2121 "properties" : {
22- "prefix" : " " ,
23- "playing_icon" : " " ,
24- "paused_icon" : " " ,
25- "stopped_icon" : " " ,
22+ "prefix" : " \uF9C6 " ,
23+ "playing_icon" : " \uE602 " ,
24+ "paused_icon" : " \uF8E3 " ,
25+ "stopped_icon" : " \uF04D " ,
2626 "track_separator" : " - "
2727 }
2828}
@@ -32,5 +32,5 @@ Be aware this can make the prompt a tad bit slower as it needs to get a response
3232
3333- playing_icon: ` string ` - text/icon to show when playing - defaults to ` \uE602 `
3434- paused_icon: ` string ` - text/icon to show when paused - defaults to ` \uF8E3 `
35- - stopped_icon: ` string ` - text/icon to show when paused - defaults to ` \uF04D `
35+ - stopped_icon: ` string ` - text/icon to show when paused - defaults to ` \uF04D `
3636- track_separator: ` string ` - text/icon to put between the artist and song name - defaults to ` - `
You can’t perform that action at this time.
0 commit comments