py3status: group module cannot be loaded

I am using the master branch. I simply put the example in the doc:

# Create a disks group that will show space on '/' and '/home'
# Change between disk modules every 30 seconds
...
order += "group disks"
...

group disks {
    cycle = 30
    format = "Disks: {output} {button}"
    click_mode = "button"

    disk "/" {
        format = "/ %avail"
    }

    disk "/home" {
        format = "/home %avail"
    }
}

to my configuration file (I also tried an empty configuration file). An error is reported:

py3status: Setup error (RuntimeError) parse_config.py line 544. Please try to fix this and reload i3wm (Mod+Shift+R)

Without group module or when the group module only contains a single module it works fine.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 18 (11 by maintainers)

Most upvoted comments

Cool I’ll make a patch On 5 Aug 2016 21:30, “界塚 伊奈帆” notifications@github.com wrote:

Sorry I meant the [x for x in …] Fix from my comment a few above. On my phone so bit hard to type.

I’ll try to install 3.5 over the weekend