i3status volume in status bar
I am using i3status with default sway status bar but when I change the default speakers with wpctl set-default ID sometimes it shows the right value but sometimes it doesn't.
sway config
bar {
status_command i3status
}
i3status config
order += "volume master"
volume master {
device = "default"
format = "%volume"
}
Can I make it show the right values or is there something simple like i3status I can use that works better with sway and wpctl?