GenesiGenesiWiki
Features

Containers

Monitor and control Docker and Podman containers from a Plasma widget.

Genesi Containers (genesi-containers) is a Plasma 6 widget and tray applet for monitoring and controlling Docker and Podman containers right from the desktop — start, stop, and check status without dropping to a terminal.

Install

sudo pacman -S genesi-containers

Add the widget to your panel or desktop (right-click → Add Widgets → search "Containers"), or use the tray applet.

Requirements

You need a container runtime installed and running:

# Docker
sudo pacman -S docker
sudo systemctl enable --now docker
sudo usermod -aG docker $USER   # log out/in for this to take effect

# …or Podman
sudo pacman -S podman