diff options
author | b0wter <b0wter@gmx.de> | 2023-04-23 23:03:47 +0200 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:22:37 -0500 |
commit | 9e045ecc30bf36f9236075a1b9501042deba795e (patch) | |
tree | 9f11914dd0529998e4d7b5752ce7389e69ce99aa | |
parent | bfabbced849562e4d1e2e6e3e5638685a36395ad (diff) |
Changed value in README.md to reflect the default value
-rw-r--r-- | docker-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-widget/README.md b/docker-widget/README.md index dfa6c10..daadcfd 100644 --- a/docker-widget/README.md +++ b/docker-widget/README.md @@ -17,7 +17,7 @@ It is possible to customize widget by providing a table with all or some of the |---|---|---| | `icon` | `./docker-widget/icons/docker.svg` | Path to the icon | | `number_of_containers` | `-1` | Number of last created containers to show | -| `executable_name` | `podman` | Name of the executable to use, defaults to `docker` | +| `executable_name` | `docker` | Name of the executable to use, defaults to `docker` | | `max_widget_width` | 270 | Maximum width of the widget before the text breaks | The `executable_name` allows you to use `Podman` instead of docker. This works since `Podman` is compatible to `docker` in the sense that the syntax and command outputs are identical. |