mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #781] Configures icons in status message #313
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AckslD on GitHub (Apr 7, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/781
I've set the following icons in my config:
When a song is playing
spt pb -s -f "%s"correctly gives, however when paused givesinstead of my configured icon. Is this the intended behaviour?I would like to use
spt pb -s -f "%s"in some of my scripts to know if spotify is playing or not and for this reason would like to know what output I can expect.For this reason I would actually prefer getting an output e.g.
Playing/Pausedrather than an icon. But icons are fine, if they could be configured.@OrangeFran commented on GitHub (Apr 10, 2021):
Try
paused_iconinstead ofpause_icon. I think this is the correct name.Edit: I think you can just set them to
Playing/Pausedin the config file. That makes it easier to work with them.@AckslD commented on GitHub (Apr 10, 2021):
Thanks a lot @OrangeFran! Stupid typo by me... Also really nice that one can use "Playing"/"Paused" as "icons 👍