adrianmo/powerline-docker

Add option to hide some statuses

adrianmo opened this issue · 0 comments

Allow users to hide some container statuses with segment arguments.

For example:

{
    "function": "powerline_docker.docker",
    "priority": 30,
    "args": {
        "hide_stopped": true,
        "hide_paused": true
    }
}