Is it possible to modify commands commans on the music widget (the big one, not the one in the bar)? #245
Unanswered
NextStep-IM
asked this question in
Q&A
Replies: 1 comment
-
stuff in those music controls use AGS' Mpris service |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Do the buttons use
playerctl
for next, previous and stop? Now that multiple player windows are available, I want to modify commands on each player window of the widget. But I can't make sense of it. The music widget in the bar is usingplayerctl
but I can't find anything for the big widget.What I wanted to do:
Modify the commands on each player window like this:
playerctl --player=player_1 play/pause
playerctl --player=player_2 play/pause
Beta Was this translation helpful? Give feedback.
All reactions