Here is my config. If I enable [volume] block my desktop block will hand and not update at all after initial render
[bar]
name = "testbar"
blocks = "desktop | | volume ram cpu datetime "
height = 30
foreground = "#fff"
background = "#222"
font = "Hack Nerd Font"
separator = "|"
#areas = 16
[default]
label-foreground = "#fff"
affix-foreground = "#555555"
margin = 8
[desktop]
command = "~/scripts/bar/workspaces.sh"
trigger = "bspc subscribe desktop_focus"
margin-left = 16
raw = true
[datetime]
command = "date +'%T %a %F'"
interval = 1
margin-right = 16
[cpu]
label = "CPU "
command = "~/scripts/bar/cpu.sh"
interval = 3
[ram]
label = "RAM "
command = "~/scripts/bar/ram.sh"
interval = 3
[volume]
label = "VOL "
trigger = "pactl subscribe"
command = "~/scripts/bar/vol.sh"
Here is my config. If I enable [volume] block my desktop block will hand and not update at all after initial render