From 074112bce33dab62fe14d75c20b4e546b1797c04 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 31 Mar 2024 16:49:07 +0300 Subject: [PATCH] fix Konsole title change --- .gitmodules | 3 +++ deps/colors.sh | 1 + vanilla/linux.sh | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 deps/colors.sh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a74d5ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/colors.sh"] + path = deps/colors.sh + url = https://git.a2s.su/iiiypuk/colors.sh.git diff --git a/deps/colors.sh b/deps/colors.sh new file mode 160000 index 0000000..9efc4b0 --- /dev/null +++ b/deps/colors.sh @@ -0,0 +1 @@ +Subproject commit 9efc4b0ec45765dcb3f7bfd22d167f369eff88b1 diff --git a/vanilla/linux.sh b/vanilla/linux.sh index 1fe954c..1fad0c8 100755 --- a/vanilla/linux.sh +++ b/vanilla/linux.sh @@ -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"