2019-08-26 17:50:16 +01:00
waybar-pulseaudio(5)
# NAME
waybar - pulseaudio module
# DESCRIPTION
The * pulseaudio * module displays the current volume reported by PulseAudio.
2023-10-21 21:15:25 +05:30
Additionally, you can control the volume by scrolling * up * or * down * while the cursor is over the module.
2019-08-26 17:50:16 +01:00
# CONFIGURATION
* format * : ++
typeof: string ++
default: {volume}% ++
The format, how information should be displayed. This format is used when other formats aren't specified.
* format-bluetooth * : ++
typeof: string ++
This format is used when using bluetooth speakers.
* format-muted * : ++
typeof: string ++
This format is used when the sound is muted.
* format-source * : ++
typeof: string ++
default: {volume}% ++
This format used for the source.
* format-source-muted * : ++
typeof: string ++
This format is used when the source is muted.
* format-icons * : ++
typeof: array ++
2023-10-21 21:15:25 +05:30
Based on the current port name and volume, the corresponding icon gets selected. The order is *low* to *high*. See *Icons*.
2019-08-26 17:50:16 +01:00
* rotate * : ++
typeof: integer ++
2024-09-08 13:33:52 +02:00
Positive value to rotate the text label (in 90 degree increments).
2019-08-26 17:50:16 +01:00
* states * : ++
2022-11-07 20:30:01 +13:00
typeof: object ++
A number of volume states which get activated on certain volume levels. See *waybar-states(5)*.
2019-08-26 17:50:16 +01:00
* max-length * : ++
typeof: integer ++
The maximum length in character the module should display.
2021-02-01 08:34:51 -08:00
* min-length * : ++
2023-06-06 12:01:25 +03:00
typeof: integer ++
2023-10-21 21:15:25 +05:30
The minimum length in characters the module should accept.
2021-02-01 08:34:51 -08:00
* align * : ++
2023-06-06 12:01:25 +03:00
typeof: float ++
2024-03-04 20:00:57 +01:00
The alignment of the label within the module, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text.
* justify * : ++
typeof: string ++
The alignment of the text within the module's label, allowing options 'left', 'right', or 'center' to define the positioning.
2021-02-01 08:34:51 -08:00
2019-08-26 17:50:16 +01:00
* scroll-step * : ++
typeof: float ++
default: 1.0 ++
2023-10-21 21:15:25 +05:30
The speed at which to change the volume when scrolling.
2019-08-26 17:50:16 +01:00
* on-click * : ++
typeof: string ++
Command to execute when clicked on the module.
2019-12-28 20:21:59 -08:00
* on-click-middle * : ++
typeof: string ++
Command to execute when middle-clicked on the module using mousewheel.
2019-08-26 17:50:16 +01:00
* on-click-right * : ++
typeof: string ++
2023-10-21 21:15:25 +05:30
Command to execute when you right-click on the module.
2019-08-26 17:50:16 +01:00
2020-04-12 18:35:41 +02:00
* on-update * : ++
typeof: string ++
Command to execute when the module is updated.
2019-08-26 17:50:16 +01:00
* on-scroll-up * : ++
typeof: string ++
Command to execute when scrolling up on the module. This replaces the default behaviour of volume control.
* on-scroll-down * : ++
typeof: string ++
Command to execute when scrolling down on the module. This replaces the default behaviour of volume control.
* smooth-scrolling-threshold * : ++
typeof: double ++
Threshold to be used when scrolling.
2023-06-12 14:08:22 +09:00
* reverse-scrolling * : ++
typeof: bool ++
Option to reverse the scroll direction.
2019-08-26 17:50:16 +01:00
* tooltip * : ++
typeof: bool ++
default: true ++
Option to disable tooltip on hover.
2022-08-20 22:21:57 +02:00
* max-volume * : ++
typeof: integer ++
default: 100 ++
The maximum volume that can be set, in percentage.
2022-09-09 00:52:49 +01:00
* ignored-sinks * : ++
typeof: array ++
2023-10-21 21:15:25 +05:30
Sinks in this list will not be shown as active sink by Waybar. Entries should be the sink's description field.
2022-09-09 00:52:49 +01:00
2024-05-28 20:42:12 +02:00
* menu * : ++
typeof: string ++
Action that popups the menu.
* menu-file * : ++
typeof: string ++
Location of the menu descriptor file. There need to be an element of type
GtkMenu with id *menu*
* menu-actions * : ++
typeof: array ++
The actions corresponding to the buttons of the menu.
2024-10-30 17:04:13 +01:00
* expand * : ++
typeof: bool ++
default: false ++
Enables this module to consume all left over space dynamically.
2019-08-26 17:50:16 +01:00
# FORMAT REPLACEMENTS
2019-11-25 05:16:54 -03:00
* {desc} * : Pulseaudio port's description, for bluetooth it'll be the device name.
2019-08-26 17:50:16 +01:00
* {volume} * : Volume in percentage.
2019-09-03 10:34:12 +01:00
* {icon} * : Icon, as defined in * format-icons * .
2019-08-26 17:50:16 +01:00
2019-09-03 10:34:12 +01:00
* {format_source} * : Source format, * format-source * , * format-source-muted * .
2019-08-26 17:50:16 +01:00
# ICONS:
2019-09-03 10:34:12 +01:00
The following strings for * format-icons * are supported.
2021-07-15 08:52:02 +02:00
- the device name
2019-08-26 17:50:16 +01:00
If they are found in the current PulseAudio port name, the corresponding icons will be selected.
- * default * (Shown, when no other port is found)
2020-02-04 12:16:50 +01:00
- * headphone *
2019-08-26 17:50:16 +01:00
- * speaker *
- * hdmi *
- * headset *
2020-02-04 12:16:50 +01:00
- * hands-free *
2019-08-26 17:50:16 +01:00
- * portable *
- * car *
- * hifi *
- * phone *
2024-06-13 15:59:42 +10:00
Additionally, suffixing a device name or port with * -muted * will cause the icon
to be selected when the corresponding audio device is muted. This applies to * default * as well.
2020-02-04 12:16:50 +01:00
2019-08-26 17:50:16 +01:00
# EXAMPLES
```
"pulseaudio": {
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "",
"format-icons": {
2021-07-15 08:52:02 +02:00
"alsa_output.pci-0000_00_1f.3.analog-stereo": "",
2024-06-13 15:59:42 +10:00
"alsa_output.pci-0000_00_1f.3.analog-stereo-muted": "",
2019-08-26 17:50:16 +01:00
"headphones": "",
"handsfree": "",
"headset": "",
"phone": "",
2024-06-13 15:59:42 +10:00
"phone-muted": "",
2019-08-26 17:50:16 +01:00
"portable": "",
"car": "",
"default": ["", ""]
},
"scroll-step": 1,
"on-click": "pavucontrol"
}
```
# STYLE
- * #pulseaudio *
- * #pulseaudio.bluetooth *
- * #pulseaudio.muted *