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

Orphaning pnmixer-gtk3 #2970

Closed
SilverRainZ opened this issue Oct 23, 2022 · 7 comments
Closed

Orphaning pnmixer-gtk3 #2970

SilverRainZ opened this issue Oct 23, 2022 · 7 comments
Assignees

Comments

@SilverRainZ
Copy link
Member

SilverRainZ commented Oct 23, 2022

问题类型 / Type of issues

  • 弃置软件包 / orphaning packages

受影响的软件包 / Affected packages

  • pnmixer-gtk3

PNMixer does not support Wayland (nicklan/pnmixer#190) so I no longer use it.

@SilverRainZ SilverRainZ changed the title Orphaning pnmixer, pnmixer-gtk3 Orphaning pnmixer-gtk3 Oct 23, 2022
@SilverRainZ SilverRainZ assigned SilverRainZ and unassigned ykelvis Oct 23, 2022
@anarcat
Copy link

anarcat commented Oct 18, 2023

i'm curious: do you have an alternative tray you use instead?

@SilverRainZ
Copy link
Member Author

I only use pnmixer's volume adjustment function, on Wayland, I use waybar to have a tray for displaying the current volume and media keys for volume adjustment (bind by sway).

@anarcat
Copy link

anarcat commented Oct 18, 2023

oh that's fascinating, i also use waybar! but i am not a fan of the modules I put there, so I was looking for alternatives. i found pasystray which also doubles as a notification daemon which is really nice, so I'll probably switch to that. otherwise I'm curious: what is your waybar configuration?

@SilverRainZ
Copy link
Member Author

Nothing fancy, just some trivial configuration: https://github.com/SilverRainZ/dotfiles/blob/master/.config/waybar/config#L63

@anarcat
Copy link

anarcat commented Oct 18, 2023

interesting, mine looks like:

    "pulseaudio": {
        // "scroll-step": 1, // %, can be a float
        "format": "{volume}% {icon} {format_source}",
        "format-bluetooth": "{volume}% {icon} {format_source}",
        "format-bluetooth-muted": " {icon} {format_source}",
        "format-muted": " {format_source}",
        "format-source": "{volume}% ",
        "format-source-muted": "{volume}% ",
        "format-icons": {
            "headphone": "",
            "hands-free": "",
            "headset": "",
            "phone": "",
            "portable": "",
            "car": "",
            "default": ["", "", ""]
        },
        "max-volume": 150,
        "on-click": "i3-pa-mixer.py mute-mic",
        "on-click-right": "pavucontrol"
    }

maybe i should look at wireplumber instead!

i find that having a bar item just for volume, permanently present, is kind of silly. i really like the "pop up on state change" and "mouse-over on icon to change" UI instead...

@SilverRainZ
Copy link
Member Author

you might need wob (or any other similar project)? it will pop up a progress bar when the volume changes. Of course, you need some configuration: https://github.com/SilverRainZ/dotfiles/blob/master/.config/sway/config#L315

@anarcat
Copy link

anarcat commented Oct 18, 2023

yeah nah... not a fan of those socket-based approaches, because then you need to hook up everything onto this. i prefer to have daemons reacting to dbus events that push standard notifications instead, which is how poweralertd and pasystray work...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants