Add media controls to waybar#677
Closed
rosscondie wants to merge 1 commit into
Closed
Conversation
|
+1 for this feature! I really like how the icon changes based on the source playing the song. That said, I’m not sure having both the play/pause icon and the source icon at the same time works best aesthetically, it makes the bar feel a bit cluttered in my opinion. If others feel the same, one possible solution could be to show the source icon while playing, and switch it to the pause icon when the media is paused. Either way, I would love to see this implemented! |
Member
|
This is a nice edit to document in the Discussions > Manual. Maybe even make an installer script for it. But I don't want media controls in the waybar personally. I just use the keyboard shortcuts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I’m still getting comfortable with bash and Linux, so I’d appreciate any feedback on this.
What
Added a media player widget to the Waybar config enabling users to see and control media playback directly from the status bar.
Changes
mediaplayer.sh: fetches current media information such as track title and artist.playpause.sh: toggles the play/pause state of the media player.Screenshot
Notes