Skip to content

Releases: pilahito/turing-smart-screen-linux

1.0.6 — Fix pantalla bugueada

23 Jun 19:00

Choose a tag to compare

Corrección importante

El tema Pilahito v1.0.5 tenía un fondo custom que interfería con los medidores (pantalla bugueada/parpadeos).

Cambios

  • Cyberdeck vuelve a ser el tema por defecto (estable, landscape 3.5")
  • Pilahito corregido: mismo layout que Cyberdeck, colores cyan/rojo, marca "pilahito" abajo
  • Nuevo scripts/validate-theme.sh para validar temas antes de publicar
./scripts/set-theme.sh Cyberdeck   # estable (recomendado)
./scripts/set-theme.sh Pilahito    # variante cyan (ya corregida)

1.0.5 — Tema Pilahito exclusivo 🎁

23 Jun 18:58

Choose a tag to compare

Tema personalizado Pilahito (RTX 3060, dual monitor, cyan/gold) + acceso al Command Center desde el menú.

1.0.4 — Linux Edition (perfil GitHub)

23 Jun 18:56

Choose a tag to compare

Linux Edition

Este repo es la versión mejorada para Linux/Ubuntu de turing-smart-screen-python.

  • README rebranded como Turing Smart Screen — Linux Edition
  • Perfil @pilahito actualizado con el proyecto destacado
git clone https://github.com/pilahito/turing-smart-screen-linux.git
cd turing-smart-screen-linux
./scripts/install-ubuntu.sh

1.0.3 — Galería, temas comunidad y pantalla virtual

23 Jun 18:53

Choose a tag to compare

Novedades

  • 41 temas 3.5" (incluye RedLineGraphs y CpuGpuStatsMono de la comunidad)
  • Galería visual en el navegador con previews
  • Pantalla virtual en el PC (modo SIMU + ventana espejo en tu monitor)
  • Menú ampliado con filtros landscape/portrait

Menú

~/Escritorio/turing-menu.sh
# o ./scripts/turing-menu.sh

Opciones nuevas: galería (2), descargar comunidad (3), pantalla virtual (7), espejo flotante (8).

1.0.2 — README Linux + topics

23 Jun 18:49

Choose a tag to compare

Mejoras

  • Banner en README principal → guía README-LINUX-UBUNTU.md y releases
  • Documentación Linux: Cinnamon/MATE/XFCE, GPU NVIDIA, enlaces a releases
  • Topics de GitHub para mejor descubrimiento

Instalación rápida

git clone https://github.com/pilahito/turing-smart-screen-linux.git
cd turing-smart-screen-linux
./scripts/install-ubuntu.sh

1.0.1 — Menú en Escritorio + selector de temas

23 Jun 13:06

Choose a tag to compare

Menú interactivo en el escritorio

Instalar acceso directo

cd ~/turing-smart-screen-python   # o clone del repo
./scripts/install-desktop-menu.sh

Aparece en Escritorio:

  • Turing-Smart-Screen.desktop — doble clic
  • turing-menu.sh — terminal

Menú (opciones)

  1. Elegir tema entre 39+ temas 3.5" ya incluidos (por número)
  2. Reiniciar / iniciar / parar monitor
  3. Ver log en vivo
  4. Reparar autostart systemd
  5. Ventiladores Gigabyte (sudo)
  6. Enlace a GitHub

Instalación nueva (incluye menú en escritorio)

git clone https://github.com/pilahito/turing-smart-screen-linux.git
cd turing-smart-screen-linux
./scripts/install-ubuntu.sh

1.0.0-linux-ubuntu — Mini pantalla Turing en Ubuntu

23 Jun 13:06

Choose a tag to compare

Turing Smart Screen — Linux / Ubuntu

Monitor de sistema en mini pantalla USB (Turing 3.5", etc.) para Ubuntu 22.04+.

Instalación

git clone https://github.com/pilahito/turing-smart-screen-linux.git
cd turing-smart-screen-linux
./scripts/install-ubuntu.sh

Incluye

  • 72 temas ya en res/themes/ — sin descargas extra
  • Arranque automático al iniciar sesión (systemd)
  • FPS en Linux (servicio turing-fps)
  • Ventiladores CPU Gigabyte B760 (install-fan-modules.sh)
  • Detección USB automática

Cambiar tema

./scripts/list-themes.sh 3.5
./scripts/set-theme.sh Cyberdeck

Basado en mathoudebine/turing-smart-screen-python (GPL-3.0).