20 lines
363 B
Markdown
20 lines
363 B
Markdown
# Script: info-podman
|
|
|
|
Shows the number of Podman containers in one of the states: `created`, `exited`, `paused`, `running`, `unknown`
|
|
|
|

|
|
|
|
|
|
## Dependencies
|
|
|
|
* [`podman`](https://github.com/containers/podman)
|
|
|
|
|
|
## Module
|
|
```ini
|
|
[module/info-podman]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-podman.sh
|
|
interval = 60
|
|
```
|