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

playerctl: add settings to control which elements are displayed #309

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 19, 2024

  1. playerctl: add settings to control which elements are displayed

    the defaults are to keep existing behavior, and display all fields.
    
    new boolean options are added for:
    - show-previous     shows "<<" icon to rewind the player
    - show-play-pause   shows "||" or "|>" icon to play/pause the player
    - show-next         shows ">>" icon to advance the player
    - show-name         shows the media name (e.g. the artist + title) and
                        the number of players
    
    these are especially useful for narrow screens, like mobile phones,
    where a user may wish to disable all but "show-play-pause" in order to
    fit size limitations of the panel.
    uninsane committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a714e41 View commit details
    Browse the repository at this point in the history