Aterm multi-color
Publicado por Adão S. Raul Neto 16/03/2005
[ Hits: 5.669 ]
Homepage: https://github.com/adaoraul
Script faz com que o aterm seja iniciado cada vez com uma cor diferente.
#include <stdio.h> #include <string.h> main () { int numero; char cor[10][10] = {"blue","red","green","yellow","orange","white","cyan","magenta","pink","purple"}; char buf[100]; srand(time(0)); numero = rand() % 10; sprintf(buf,"/usr/bin/aterm -ls -tr +sb -sh 70 -tint %s -fg white -title Aterm",cor[numero]); system(buf); }
Calcular determinante de matrizes
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Descritores de Arquivos e Swappiness
Como instalar no Linux Jogos da Steam só para Windows
Instalando o Team Viewer no Debian Trixie - problema no Policykit
O Que Fazer Após Instalar Ubuntu 25.04
Problemas latentes de performance no Ubuntu 25.04 (0)
Problema ao iniciar o Opensuse Tumbleweed (4)