You are not logged in.
Hello everyone,
I'm new to arch, polybar and i3, so I hope to not ask a silly question.
I set up polybar to launch on startup. All modules are loaded correctly, except the volume control module.
The thing I noticed is that if I launch polybar from terminal after the login, it show a second bar, with now the volume control module showing and working right.
I rebooted few times, but this doesn't fix it.
Here is my module
[module/alsa]
type = internal/alsa
master-soundcard = default
master-mixer = Master
interval = 5
format-volume = <label-volume> <bar-volume>
label-volume = VOL
label-volume-foreground = ${root.foreground}
format-muted-prefix = " "
format-muted-foreground = ${colors.foreground-alt}
label-muted = sound muted
bar-volume-width = 10
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #f5a70a
bar-volume-foreground-3 = #f5a70a
bar-volume-foreground-4 = #f5a70a
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-gradient = true
bar-volume-indicator = |
bar-volume-indicator-font = 2
bar-volume-fill =─
bar-volume-fill-font = 2
bar-volume-empty =─
bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.foreground-altOffline