From 9e045ecc30bf36f9236075a1b9501042deba795e Mon Sep 17 00:00:00 2001 From: b0wter Date: Sun, 23 Apr 2023 23:03:47 +0200 Subject: Changed value in README.md to reflect the default value --- docker-widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-widget') 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. -- cgit v1.2.3