#Forked Theme
Este é um tema SDDM estilo hacker com fundo escuro, texto verde neon e efeito de chuva digital da Matrix.
Tudo da versão 1.0, mas com sistema de erro dinâmico: quando a senha está incorreta, toda a interface muda para tons vermelhos, a chuva Matrix fica vermelha e mensagens de erro estilo Matrix aparecem ("ACESSO NEGADO", "VOCÊ NÃO É O ESCOLHIDO", "AGENTES: ACESSO BLOQUEADO" entre outras). As cores voltam ao normal ao começar a digitar.
Para Usar a versão 2.0 use os arquivos da pasta; Main Português Brasil.
This is a hacker-style SDDM theme with a dark background, neon green text, and a Matrix digital rain effect.
To use in English(1.0), delete Main.qml and rename main.qml.EN to Main.qml.
Everything from version 1.0, plus a dynamic error system: when the password is incorrect, the entire interface turns red, the Matrix rain turns red, and Matrix-style error messages appear ("ACCESS DENIED", "YOU ARE NOT THE ONE", "AGENTS: ACCESS BLOCKED" among others). Colors return to normal when you start typing.
To use in English(2.0), use Main English folder.
Este es un tema SDDM estilo hacker con fondo oscuro, texto verde neón y efecto de lluvia digital de Matrix.
Para usar en español(1.0), elimine Main.qml y renombre main.qml.ES a Main.qml.
Todo de la versión 1.0, más un sistema de error dinámico: cuando la contraseña es incorrecta, toda la interfaz se vuelve roja, la lluvia Matrix se vuelve roja y aparecen mensajes de error estilo Matrix ("ACCESO DENEGADO", "NO ERES EL ELEGIDO", "AGENTES: ACCESO BLOQUEADO" entre otros). Los colores vuelven a la normalidad al empezar a escribir.
Para usar en Español(2.0), use la carpeta Main Español.
Instalação
- Copie a pasta do tema para o diretório de temas do SDDM:
sudo cp -r /caminho/da/pasta/do/tema /usr/share/sddm/themes/- Abra o arquivo de configuração do SDDM:
sudo nano /etc/sddm.conf- Defina o tema que você copiou:
[Theme]
Current=nome_do_tema- Salve e reinicie o SDDM:
sudo systemctl restart sddmInstallation
- Copy the theme folder to the SDDM themes directory:
sudo cp -r /path/to/theme/folder /usr/share/sddm/themes/- Open the SDDM configuration file:
sudo nano /etc/sddm.conf- Set the theme you copied:
[Theme]
Current=theme_name- Save and restart SDDM:
sudo systemctl restart sddmInstalación
- Copia la carpeta del tema al directorio de temas de SDDM:
sudo cp -r /ruta/a/la/carpeta/del/tema /usr/share/sddm/themes/- Abre el archivo de configuración de SDDM:
sudo nano /etc/sddm.conf- Establece el tema que copiaste:
[Theme]
Current=nombre_del_tema- Guarda y reinicia SDDM:
sudo systemctl restart sddm-
No Main.qml se edita o texto Bem-vindo a matrix e outros;
-
Text { text: "Bem-vindo a MATRIX" color: "#00ff9c" font.pixelSize: 36 style: Text.Outline styleColor: "#003322" Layout.alignment: Qt.AlignHCenter } -
O efeito Matrix é leve, mas pode ser desativado removendo os componentes
CanvaseTimeremMain.qmlcaso haja problemas de desempenho.
- Adicionado estado de erro global que muda toda a interface para vermelho
- Mensagens de erro aleatórias estilo Matrix ("ACESSO NEGADO", "VOCÊ NÃO É O ESCOLHIDO", "AGENTES: ACESSO BLOQUEADO", etc.)
- Subtítulo dinâmico que aparece junto com "ACESSO NEGADO"
- A chuva Matrix também fica vermelha durante o erro
- Timer de 3 segundos para limpar mensagem de erro automaticamente
- Campo de usuário vazio exibe "⚠ IDENTIFICAÇÃO NÃO FORNECIDA ⚠"
- Para personalizar as mensagens de erro, procure pelo array
messagesdentro doerrorSubtitlenoMain.qml
-
In the Main.qml is edited the text and others:
-
Text { text: "Welcome to the MATRIX"" color: "#00ff9c" font.pixelSize: 36 style: Text.Outline styleColor: "#003322" Layout.alignment: Qt.AlignHCenter } -
The Matrix effect is lightweight, but it can be disabled by removing the
CanvasandTimercomponents inMain.qmlif performance is an issue.
- Added global error state that changes the entire interface to red
- Random Matrix-style error messages ("ACCESS DENIED", "YOU ARE NOT THE ONE", "AGENTS: ACCESS BLOCKED", etc.)
- Dynamic subtitle that appears alongside "ACCESS DENIED"
- The Matrix rain also turns red during error
- 3-second timer to automatically clear error messages
- Empty username field displays "⚠ IDENTIFICATION NOT PROVIDED ⚠"
- To customize error messages, look for the
messagesarray insideerrorSubtitleinMain.qml
-
En la parte Main.qml se edita el texto Bienvenido y otros;
-
Text { text: "Bienvenido a la MATRIX" color: "#00ff9c" font.pixelSize: 36 style: Text.Outline styleColor: "#003322" Layout.alignment: Qt.AlignHCenter } -
El efecto Matrix es ligero, pero se puede desactivar eliminando los componentes
CanvasyTimerenMain.qmlsi hay problemas de rendimiento.
- Añadido estado de error global que cambia toda la interfaz a rojo
- Mensajes de error aleatorios estilo Matrix ("ACCESO DENEGADO", "NO ERES EL ELEGIDO", "AGENTES: ACCESO BLOQUEADO", etc.)
- Subtítulo dinámico que aparece junto con "ACCESO DENEGADO"
- La lluvia Matrix también se vuelve roja durante el error
- Temporizador de 3 segundos para limpiar mensajes de error automáticamente
- Campo de usuario vacío muestra "⚠ IDENTIFICACIÓN NO PROPORCIONADA ⚠"
- Para personalizar mensajes de error, busca el array
messagesdentro deerrorSubtitleenMain.qml





