Skip to content

Issue when using second subscribe #55

Description

@RestlessLizard

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions