PrayagS / polybar-spotify

:musical_note: Spotify status and controls module for Polybar with text scrolling
MIT License
581 stars 38 forks source link

Fixed a misstypo in the README.md #25

Closed p0ryae closed 2 years ago

PrayagS commented 2 years ago

How is this a typo?

Polybar is supposed to call the scrolling script which in turn calls the Spotify script.

p0ryae commented 2 years ago

The file name you have uploaded in the GitHub repo is different from the file mentioned inside of the documentation.

PrayagS commented 2 years ago

https://github.com/PrayagS/polybar-spotify/blob/f8f492bc5619e661ef4cf90223887c2f19d8d5b7/README.md?plain=1#L42

This line calls the correct file (scroll_spotify_status.sh).

Your incoming change is calling get_spotify_status.sh which is not the intended way since we want the scroll script to grab this data and run it through the scroller first.

p0ryae commented 2 years ago

Ohhhh makes sense! Thanks for clarifying and sorry.