made changes to some stuff
Rust / build (push) Has been cancelled

This commit is contained in:
2025-02-18 01:50:21 +00:00
parent 2e66cf646c
commit a8b8d61112
4 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -59,6 +59,7 @@ impl Application for CrystalFetch {
let os = OS.lock().os.clone();
let version = OS.lock().version.clone();
let git_url = OS.lock().url.clone();
// clear screen
Display::clear();
@@ -67,9 +68,9 @@ impl Application for CrystalFetch {
let info_string = format!(
" [ OS » {}
[ BUILD » {}
[ Shell » CrySH
[ Github » https://github.com/FantasyPvP/CrystalOS
[ Author » ZXQ5", os, version);
[ Shell » ZxqSH
[ Git » {}
[ Author » ZXQ5", os, version, git_url);
// write to output
let spacer = "\n".repeat(25 - logo_string.lines().count() - 4 - info_string.lines().count());