Initial commit.

This commit is contained in:
2025-11-26 20:36:23 +01:00
commit d854f1b360
34 changed files with 4594 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Desktop Entry]
Name=RT Terminal
Comment=A fast, enterprise-grade terminal emulator
Exec=rt
Icon=rt
Terminal=false
Type=Application
Categories=System;TerminalEmulator;
Keywords=terminal;console;shell;command;prompt;
StartupNotify=true
Actions=new-window;
[Desktop Action new-window]
Name=New Window
Exec=rt
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="128" height="128" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#282a36"/>
<stop offset="100%" style="stop-color:#1a1b26"/>
</linearGradient>
</defs>
<rect width="128" height="128" rx="16" fill="url(#bg)"/>
<rect x="16" y="32" width="96" height="72" rx="4" fill="#44475a"/>
<rect x="20" y="36" width="88" height="64" rx="2" fill="#282a36"/>
<text x="28" y="60" font-family="monospace" font-size="16" font-weight="bold" fill="#50fa7b">$</text>
<text x="44" y="60" font-family="monospace" font-size="16" fill="#f8f8f2">rt</text>
<rect x="28" y="70" width="8" height="16" fill="#f8f8f2">
<animate attributeName="opacity" values="1;0;1" dur="1s" repeatCount="indefinite"/>
</rect>
<circle cx="24" cy="24" r="6" fill="#ff5555"/>
<circle cx="44" cy="24" r="6" fill="#f1fa8c"/>
<circle cx="64" cy="24" r="6" fill="#50fa7b"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB