Created
October 16, 2025 14:48
-
-
Save wellington1993/b118b61e74b371d7f86ad23a3ca15c38 to your computer and use it in GitHub Desktop.
Tema Escuro para aplicativos KDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo apt update | |
| sudo apt install qt5-style-plugins qt5-style-kvantum qt5-style-kvantum-themes qt5ct -y | |
| gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' | |
| echo "QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.profile | |
| echo "================================================================" | |
| echo " CONFIGURAÇÃO QUASE CONCLUÍDA!" | |
| echo "================================================================" | |
| echo "1. POR FAVOR, REINICIE O COMPUTADOR." | |
| echo "" | |
| echo "2. APÓS REINICIAR:" | |
| echo " a) Abra o 'Qt5 Settings' (ou digite 'qt5ct' no terminal)." | |
| echo " b) Em 'Application Style', selecione 'kvantum'." | |
| echo " c) Abra o 'Kvantum Manager', escolha um tema escuro e clique em 'Usar este tema'." | |
| echo "" | |
| echo "3. Se o passo 2 falhar, edite o arquivo ~/.profile e mude a linha de 'qt5ct' para 'gtk2' e reinicie novamente." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment