raitonoberu / sptlrx

Synchronized lyrics in your terminal
MIT License
354 stars 14 forks source link

Eye candies on lyrics displaying #4

Closed aik2mlj closed 2 years ago

aik2mlj commented 2 years ago

Thanks for this great terminal app! I'd like to nitpick a bit regarding to the way the lyrics are displayed.

Love!

raitonoberu commented 2 years ago

Hello @aik2mlj! Thank you for your kind words, I am sincerely glad that you liked the app.

I am currently refactoring the code to use a powerful CLI framework (dev branch). This way it will be easy to add customization options. I was planning to add only a color change option, but you gave me a great idea.

It is not possible to change the font size of a single character/line in the terminal. All symbols have the same width and height. We can only change the color or make it bold to increase the contrast.

Next release will contain a lot of customization! Hopefully I'll find some time to finish it (exams are coming up)...

aik2mlj commented 2 years ago

Glad to hear that! Hope you're doing great with your exams. ;P

raitonoberu commented 2 years ago

v0.2.0 allows you to customize the appearance of the lines.

I think it's more appealing to have only the current line highlighted with other lines dimmed.

This can be done with sptlrx --before faint:

![image](https://user-images.githubusercontent.com/64320078/155846580-7be7bb3c-b4a9-4bbe-bebf-e85ea8ad06a5.png)

More options in the README. If you run sptlrx manually, you can create an alias in your shell. I will probably add the ability to create a config file in the next release.

Peace.