mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #119] Pause glyph is huge #49
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#49
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 @0323pin on GitHub (Feb 4, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/119
Hi,
Just updated locally to 0.11.0 and will merge it into out repositories soon. Just a thought ...
Play glyph
Paus glyph
The paus glyph looks huge :(
@aome510 commented on GitHub (Feb 4, 2023):
Hi pin, yeah you're right =)). The pause icon is, in fact, 2 characters instead of 1 character like the play icon. The previous pause icon cannot be rendered in some terminals, so I need to change it to a different one.
These icons are configurable in
app.toml, so you can change it to whatever you want: https://github.com/aome510/spotify-player/blob/master/examples/app.toml#L13@0323pin commented on GitHub (Feb 4, 2023):
@aome510 I'll look into it. Building
hackernews-TUIright now, need to update that one also :)@0323pin commented on GitHub (Feb 4, 2023):
@aome510 fixed, thanks.
Copied the
paus_iconfrom v0.10.0 into myapp.tomland everything is looking good now :)hn ready also, will merge both later tonight.
@0323pin commented on GitHub (Feb 4, 2023):
Just FYI, both merged now :)
http://mail-index.netbsd.org/pkgsrc-changes/2023/02/04/msg268968.html
http://mail-index.netbsd.org/pkgsrc-changes/2023/02/04/msg268970.html