A small project written in Scala to fetch and display the lyrics of the current playing song on the command line. The lyrics will be updated when a new song is played.
It assumes that you system has 2 installed tools:
playerctl
to fetch the playing song information.less
to display the results.
java -jar sclyrics.jar
sbt assembly
java -jar target/scala-2.12/sclyrics.jar