[PR #805] [MERGED] Feature: Add ability to change position of progress bar #887

Closed
opened 2026-03-03 00:01:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/805
Author: @rvnku
Created: 8/19/2025
Status: Merged
Merged: 8/31/2025
Merged by: @aome510

Base: masterHead: master


📝 Commits (5)

  • d6e7493 Feature: Add ability to change position of progress bar
  • 5293df4 Merge remote-tracking branch 'origin/master' into rvnku/master
  • 47f6e60 fix merge
  • 9ccb299 fmt
  • 29dda89 cleanup

📊 Changes

3 files changed (+109 additions, -86 deletions)

View changed files

📝 docs/config.md (+2 -0)
📝 spotify_player/src/config/mod.rs (+9 -0)
📝 spotify_player/src/ui/playback.rs (+98 -86)

📄 Description

image The progress bar can now be placed to the right of the album cover instead of under it. To set the position in the app.toml file, specify the Bottom (default) or Right value for the progress_bar_position parameter.

🔄 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/aome510/spotify-player/pull/805 **Author:** [@rvnku](https://github.com/rvnku) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`d6e7493`](https://github.com/aome510/spotify-player/commit/d6e74932a46712dd2955c13db33840afbcd82d6e) Feature: Add ability to change position of progress bar - [`5293df4`](https://github.com/aome510/spotify-player/commit/5293df4ee713f92d522f6c6395500fe5ff2523d6) Merge remote-tracking branch 'origin/master' into rvnku/master - [`47f6e60`](https://github.com/aome510/spotify-player/commit/47f6e6040cfa21deb1d4bf6babe2d312fe1cc991) fix merge - [`9ccb299`](https://github.com/aome510/spotify-player/commit/9ccb29913355655b44bc82e4e7ce6f5debcb792e) fmt - [`29dda89`](https://github.com/aome510/spotify-player/commit/29dda895a70db3d329bb1d2405e020b4d4092691) cleanup ### 📊 Changes **3 files changed** (+109 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+2 -0) 📝 `spotify_player/src/config/mod.rs` (+9 -0) 📝 `spotify_player/src/ui/playback.rs` (+98 -86) </details> ### 📄 Description <img width="888" height="126" alt="image" src="https://github.com/user-attachments/assets/6080f0d5-9f85-416b-826e-ee2b1b06d638" /> The progress bar can now be placed to the right of the album cover instead of under it. To set the position in the app.toml file, specify the Bottom (default) or Right value for the progress_bar_position parameter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:18 +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-player#887
No description provided.