fix Konsole title change

This commit is contained in:
Alexander Popov 2024-03-31 16:49:07 +03:00
parent 4df1b53fc4
commit 074112bce3
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "deps/colors.sh"]
path = deps/colors.sh
url = https://git.a2s.su/iiiypuk/colors.sh.git

1
deps/colors.sh vendored Submodule

@ -0,0 +1 @@
Subproject commit 9efc4b0ec45765dcb3f7bfd22d167f369eff88b1

View File

@ -1,5 +1,6 @@
#!/bin/sh
echo -ne "\033]2;Minecraft Launcher\007"
echo -ne "\033]30;Minecraft Launcher\007"
# Launcher title
echo "Minecraft Launcher by iiiypuk"