pa-applet icon indicating copy to clipboard operation
pa-applet copied to clipboard

PulseAudio control applet

Results 12 pa-applet issues
Sort by recently updated
recently updated
newest added

Implements Issue #12 Uses PA_VOLUME_UI_MAX constant, which is recommended by the pavucontrol(150%.)

Hey there. I recently noticed that pa-applet uses the normal audio-volume-\* icons, which is generally fine. However, for monochrome icon themes (or icon themes that use monochrome icons for the...

![image](https://user-images.githubusercontent.com/81018665/197373412-a085d394-eccb-4b3e-9f2d-dfc53ad4f641.png) Hello, there, I found this error both on the AUR build, as well after having compiled from source, the applet runs in polybar, but doesn't have the ability to...

Since update to **pulseaudio 12.0**, when pressing vol+ or vol- I get ``` Assertion 'pa_channels_valid(channels)' failed at pulse/volume.c:74, function pa_cvolume_set(). Aborting. Aborted (core dumped) ``` When trying to mute volume...

I think that adding this flag make sense. For example when using xfce4-notifyd and enabled logging, every change of volume is stored in history, but if notification is marked as...

pa-applet notification only shows "pa-applet" when changing volume through media buttons on awesome. This change fixes issue #16 by changing the update notification text. Did not test on other window...

This fails to build on GTK 3.13 due to the usage of a deprecated function. `test -f 'popup_menu.c' || echo './'`popup_menu.c popup_menu.c: In function ‘show_popup_menu’: popup_menu.c:98:5: error: ‘gtk_status_icon_position_menu’ is deprecated...

Since pulse audio can go higher than 100%, could we set the maximum value somehow? Maybe the maximum volume value would be accessible inside a configuration file (e.g. ~/.pa-applet)? Thanks...