aboutsummaryrefslogtreecommitdiff
path: root/System/boot.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-16 21:27:13 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-16 21:27:13 -0500
commit9d5bc5be7be2f88ff6fed8e11986a6595ee50290 (patch)
treed1d107e45bedaaa0477de238909567a165f6aaad /System/boot.lua
parent5831eebe389b06743ad04861719e0321faa302ae (diff)
downloadbits-UI-9d5bc5be7be2f88ff6fed8e11986a6595ee50290.tar.gz
bits-UI-9d5bc5be7be2f88ff6fed8e11986a6595ee50290.tar.bz2
bits-UI-9d5bc5be7be2f88ff6fed8e11986a6595ee50290.zip
Added watermark to desktop
Diffstat (limited to 'System/boot.lua')
-rw-r--r--System/boot.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/System/boot.lua b/System/boot.lua
index 2b81f8f..d1d2ff9 100644
--- a/System/boot.lua
+++ b/System/boot.lua
@@ -20,7 +20,7 @@ term.clear()
term.setCursorPos(1,1)
print("Starting up bits-UI ".. version .."...")
-
+term.setTextColor(colours.yellow)
print(_HOST)
--[[
@@ -42,7 +42,7 @@ else
os.shutdown()
end
-
+
if fs.exists(desktop) then
term.setTextColor(colors.green)
print("[OK] Desktop has been found...")
@@ -87,4 +87,4 @@ term.setTextColor(colors.green)
print("[DONE] Boot sequence has been completed...")
term.setTextColor(colors.white)
sleep(3)
-shell.run(desktop) \ No newline at end of file
+shell.run(desktop)