[PR #659] [MERGED] Make the liked icon configurable #956

Closed
opened 2026-02-28 14:53:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/659
Author: @Utagai
Created: 11/14/2020
Status: Merged
Merged: 11/24/2020
Merged by: @Rigellute

Base: masterHead: configurable-liked-icon


📝 Commits (4)

  • 45450b6 Add liked icon to config and use it over the default
  • 518c9b3 Add padding to the liked icon
  • a57c8eb Add new liked_icon option to README.md
  • e930437 Fix issue with double-padding

📊 Changes

3 files changed (+28 additions, -10 deletions)

View changed files

📝 README.md (+4 -1)
📝 src/ui/mod.rs (+13 -9)
📝 src/user_config.rs (+11 -0)

📄 Description

This closes #625.

Sorry this took longer than it should have. I got distracted.

Anyways, it's a pretty simple change. I only have one reservation about the naming.

Here's a screenshot of it in action:
image

And here's the accompanying config:

theme:
  ...

behavior:
  liked_icon: "★"

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/659 **Author:** [@Utagai](https://github.com/Utagai) **Created:** 11/14/2020 **Status:** ✅ Merged **Merged:** 11/24/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `configurable-liked-icon` --- ### 📝 Commits (4) - [`45450b6`](https://github.com/Rigellute/spotify-tui/commit/45450b681f2e24d21800d792f2dc7e098d29e0c3) Add liked icon to config and use it over the default - [`518c9b3`](https://github.com/Rigellute/spotify-tui/commit/518c9b3cf835c74bdb21e3a3410eb243af1276cc) Add padding to the liked icon - [`a57c8eb`](https://github.com/Rigellute/spotify-tui/commit/a57c8eb10a06ac1eb9accc3a4e8bd30e39e1b060) Add new liked_icon option to README.md - [`e930437`](https://github.com/Rigellute/spotify-tui/commit/e9304379861feda42e71c42353f7c4109c3e9ce7) Fix issue with double-padding ### 📊 Changes **3 files changed** (+28 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -1) 📝 `src/ui/mod.rs` (+13 -9) 📝 `src/user_config.rs` (+11 -0) </details> ### 📄 Description This closes #625. Sorry this took longer than it should have. I got distracted. Anyways, it's a pretty simple change. I only have one reservation about the naming. Here's a screenshot of it in action: ![image](https://user-images.githubusercontent.com/10730394/99153290-83d90880-2675-11eb-9da7-1a98cb235dfc.png) And here's the accompanying config: ```yaml theme: ... behavior: liked_icon: "★" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#956
No description provided.