[PR #509] [CLOSED] Add option to vertically center or decenter basic view playbar #865

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/509
Author: @fezboy
Created: 6/24/2020
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 583fe21 Merge pull request #1 from Rigellute/master
  • c4aa4b4 add center_basic_view option and functionality
  • 192fdd6 add center_basic_view to README.md config example
  • 4d745bd formatting
  • 93ae983 this doesn't feel as dry, but it pleases clippy

📊 Changes

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

View changed files

📝 README.md (+2 -0)
📝 src/ui/mod.rs (+21 -10)
📝 src/user_config.rs (+7 -0)

📄 Description

doesn't quite resolve #508, but adds a workable option for usecases with a small terminal height (i.e. playbar across bottom of screen in tiling wm.
Center basic view on (default, old):
image
image

Center basic view off:
image
image


🔄 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/509 **Author:** [@fezboy](https://github.com/fezboy) **Created:** 6/24/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`583fe21`](https://github.com/Rigellute/spotify-tui/commit/583fe210922a8bc1a32872e2c6913cf3606afe7d) Merge pull request #1 from Rigellute/master - [`c4aa4b4`](https://github.com/Rigellute/spotify-tui/commit/c4aa4b48e5df3dd22646a83afddc32805e05a2ef) add center_basic_view option and functionality - [`192fdd6`](https://github.com/Rigellute/spotify-tui/commit/192fdd65fe33db1e36dfa5e19c76e562e0b1d400) add center_basic_view to README.md config example - [`4d745bd`](https://github.com/Rigellute/spotify-tui/commit/4d745bd33104c65367fbe1b80f1ee8472aa90776) formatting - [`93ae983`](https://github.com/Rigellute/spotify-tui/commit/93ae98398c4b60cd38ce3c1a33867a6989a4bda5) this doesn't feel as dry, but it pleases clippy ### 📊 Changes **3 files changed** (+30 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `src/ui/mod.rs` (+21 -10) 📝 `src/user_config.rs` (+7 -0) </details> ### 📄 Description doesn't quite resolve #508, but adds a workable option for usecases with a small terminal height (i.e. playbar across bottom of screen in tiling wm. Center basic view on (default, old): ![image](https://user-images.githubusercontent.com/31973884/85506663-a7f05c00-b5a5-11ea-9cf9-a261ffc146c4.png) ![image](https://user-images.githubusercontent.com/31973884/85511269-4f24c180-b5ad-11ea-90ab-08363ebe52eb.png) Center basic view off: ![image](https://user-images.githubusercontent.com/31973884/85506626-99a24000-b5a5-11ea-911f-86053f0ecfe4.png) ![image](https://user-images.githubusercontent.com/31973884/85511150-26043100-b5ad-11ea-9408-8f1c970cc309.png) --- <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:38 +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#865
No description provided.