rygu
(Rick Wong)
February 8, 2017, 3:24pm
1
Hi everyone! I built Captain, while trying to scratch my own itch. It’s a small Mac menu bar app that shows the Docker containers running on your machine so you can start/stop them with a simple click.
Please check it out! Let me know what you think
rreinurm
(Rreinurm)
February 14, 2018, 12:18pm
2
Have you thought to open source it? How about Linux support?
Nice app, I really like it. Any walkthrough by anyone on how to change this light background to the dark one?
I guess they’re some other ways, but adding background style in gui.css inside the project source did a job for me.
trollfred
(Igor Savchuk)
February 18, 2020, 11:23pm
5
css did not work for me. though, adding transparent: true
to the Menubar()
call in index.js does he trick
frakman1
(Frakman1)
August 16, 2020, 11:22pm
6
Very cool app. Can’t wait to try it. I wrote something similar but ridiculously over-featured haha