https://github.com/kerwanp/polybar-script-docker
The most simple script for showing your launched Docker containers
https://github.com/kerwanp/polybar-script-docker
Last synced: 14 days ago
JSON representation
The most simple script for showing your launched Docker containers
- Host: GitHub
- URL: https://github.com/kerwanp/polybar-script-docker
- Owner: kerwanp
- Created: 2018-07-20T23:43:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T23:46:09.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T19:03:35.732Z (23 days ago)
- Size: 3.91 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Polybar - Docker Script
README
# Polybar Docker Script
This is the most simple script for showing your launched Docker containers
```ini
[module/docker]
type = custom/script
exec = docker ps -q | wc -l
interval = 1
label = %output%
```