We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Print out song artist, title
Nothing shows up, but replace command=".../mediaplayer" with regular command=echo "playerctl metadata artist" then it works
command= echo $(playerctl metadata artist) #command=~/.config/i3blocks/scripts/mediaplayer instance=cmus interval=5 signal=10
Only shows up result of echo command, not default command of mediaplayer blocklet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Print out song artist, title
Actual behavior
Nothing shows up, but replace command=".../mediaplayer" with regular command=echo "playerctl metadata artist" then it works
i3blocks config relevant to blocklet(s)
command= echo $(playerctl metadata artist)
#command=~/.config/i3blocks/scripts/mediaplayer
instance=cmus
interval=5
signal=10
Output of blocklet(s) when run from command line
Only shows up result of echo command, not default command of mediaplayer blocklet
Output of any relevant other commands that might help diagnostics
The text was updated successfully, but these errors were encountered: