mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-27 01:45:53 +03:00
[GH-ISSUE #335] play icon needs a space lol. #179
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#179
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 @piuvas on GitHub (Jan 14, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/335
github.com/aome510/spotify-player@8ea51d4829/examples/app.toml (L20)@aome510 commented on GitHub (Jan 15, 2024):
play/pause icon looks fine on my end. If it doesn't work for you, you can always configure the icons to add extra space.
@piuvas commented on GitHub (Jan 15, 2024):
on my end whenever you pause, it throws the whole title one space to the right. i thought it was because
pausehad a space after it.@aome510 commented on GitHub (Jan 15, 2024):
My guess is that the pause character doesn’t render nicely on your terminal. You can try another character, e.g non-unicode character like
=to ensure the character’s width is 1.Will close this issue for now.