adrianmo / powerline-docker

A Powerline segment for showing the status of your Docker containers
MIT License
61 stars 6 forks source link

Add option to hide some statuses #2

Closed adrianmo closed 8 years ago

adrianmo commented 8 years ago

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
    }
}