Skip to content

Pulseaudio slider doesn't show up #3373

Answered by RobertMueller2
trya2l asked this question in Q&A
Discussion options

You must be logged in to vote

Have you ever started waybar from terminal and/or looked at log output? With your config, I'm getting this: [2024-07-01 18:25:52.076] [warning] module pulseaudio-slider: Unknown module: pulseaudio-slider There is actually a bug in the manpage example.

           "modules-right": [
               "pulseaudio-slider",
           ],

is wrong, it needs to be

           "modules-right": [
               "pulseaudio/slider",
           ],

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@trya2l
Comment options

@RobertMueller2
Comment options

Answer selected by trya2l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants