mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-14 06:52:33 +02:00

Adds basic icon support for the wireplumber module. This can be achieved by using `{icon}` in the `format` config and pairing it with the `format-icons` config as well. Example: ``` "wireplumber": { "format": "{volume}% {icon}", "format-icons": ["", "", ""] } ```