issadarkthing / gomu

golang TUI music player
GNU General Public License v2.0
159 stars 15 forks source link

Fix for album photo #54

Closed tramhao closed 3 years ago

tramhao commented 3 years ago
  1. Resize the photo when terminal size changed.
  2. better logic to set the position of photo, so that it'll not overlap with progress bar.
tramhao commented 3 years ago

I change the position of album photo to right-down corner of queue panel. It's much nicer this way. As the progress bar is centered, and a photo will lead to imbalance feeling.