Skip to content

actions object does not register listeners #5137

@repixey

Description

@repixey

It looks like this is not currently happening, for example:

{
  "disk": {
    "interval": 3,
    "tooltip": true,
    "tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)",
    "format": "{used}",
    "unit": "GB",
    "path": "/",
    "actions": {
      "on-click": "nemo"
    }
  }
}
{
  "disk": {
    "interval": 3,
    "tooltip": true,
    "tooltip-format": "{used} used out of {total} on {path} ({percentage_used}%)",
    "format": "{used}",
    "unit": "GB",
    "path": "/",
    "on-click": "nemo"
  }
}

correctly opens it. Am I misunderstanding the logic for the "actions" object?

I also tried to run waybar --log-level trace but there are no logs for such things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions