Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow piping of current line #1

Closed
Iss-in opened this issue Feb 1, 2022 · 2 comments · Fixed by #7
Closed

Allow piping of current line #1

Iss-in opened this issue Feb 1, 2022 · 2 comments · Fixed by #7
Labels
enhancement New feature or request

Comments

@Iss-in
Copy link

Iss-in commented Feb 1, 2022

Hi, first off a great thanks for creating something like this , its really an awesome feature , been looking for something like this since forever.

  • will it be possible to pipe out the output so any other application can use it as well. A great application of it will be to be able to show the current lyric line in waybar/polybar

  • also will it be possible to have a offset for lyrics ( can be both ve/+ve )

@raitonoberu
Copy link
Owner

raitonoberu commented Feb 26, 2022

Hello @Iss-in!
v0.2.0 will allow piping. You will be able to use it in polybar like this:

[module/sptlrx]
type = custom/script
exec = sptlrx pipe
tail = true

My goal is to make it scrollable. zscroll doesn't have the option to scroll "tail" scripts, so I'll either make a PR or write my own scrolling mechanism, with blackjack and Go :). But this is postponed until the next release.

Peace.

@Iss-in
Copy link
Author

Iss-in commented Feb 28, 2022

thanks, this worked as expected. Awesome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants