blob: 0724a32f1a6c64dfc33bcda44a267bb6885a3509 (
plain)
1
2
3
4
5
|
#!/usr/bin/env sh
[ ! -z "$BLOCK_BUTTON" ] && notify-send 'Running containers' "$(docker ps --format '{{.Names}}')" && exit
systemctl is-active docker >/dev/null && echo -e "\uf308$(docker ps -q | wc -l)"
|