Reemplaza el xfce4-terminal hardcodeado por x-terminal-emulator -e,
que respeta el terminal por defecto (configurado a kitty). Mantiene la
ventana abierta tras salir de nethogs para poder leer la salida.
Pestaña Sistema:
- Reproduce las 9 gráficas del widget anterior dibujadas con Cairo
sobre históricos en memoria: CPU, RAM, CPU temp, GPU, GPU temp,
VRAM, red (down/up superpuestos) y disk I/O, más las barras de uso
de los discos /, /mnt/1tb, /mnt/2tb y /mnt/16tb.
- metric.sh portado (nvidia-smi + coretemp hwmon) para temperaturas
y métricas de GPU.
- Paleta Nord, igual que el panel original.
Widget redimensionado a 290x545 para acomodar el panel Sistema.
Servicio de captura (service/):
- packet-capture.service: dumpcap en ring buffer (~10 min, 10 archivos
de hasta 60s/50MB, tope ~500MB) escribiendo en /var/log/pktcap.
- install-capture.sh: crea el directorio, instala y activa el unit.
El botón Wireshark abre ahora el .pcapng más reciente del buffer.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Conky (X11 + Lua + Cairo) desktop widget with three clickable tabs
(Red / Sistema / Docker) rendered entirely with Cairo:
- Red: live down/up speed for enp5s0, 60s history graph, active
connections count, totals, and launcher buttons for Wireshark,
ntopng and nethogs (with notify-send fallback when missing).
- Sistema: total CPU + per-core bars, RAM, swap, root disk usage,
temperature, load average and uptime.
- Docker: running/total container count and active container names
(read without sudo).
Includes install.sh (symlink into ~/.config/conky + XFCE autostart),
launch.sh (tool launcher with missing-binary fallback) and app.md
with e2e_checks. Positioned top-right of the primary monitor
(xinerama_head 0), configurable.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>