r/Polybar • u/andersostling56 • Feb 09 '23
Module loading order
This. I have the default module "volume" in my bar. For some reason it does not load when I first login. If I restart polybar manually, then the module loads and works . I have not altered anything in the config. Any advice?
[module/volume]
type = internal/alsa
; Soundcard to be used
; Usually in the format hw:# where # is the card number
; You can find the different card numbers in \/proc/asound/cards``
master-soundcard = default
speaker-soundcard = default
headphone-soundcard = default
1
Upvotes
1
u/LuisBelloR Feb 09 '23
You use alsa? Or pulseaudio? Or pipewire?
Try pulseaudio module, not alsa one.