Page MenuHomeFreeBSD

D48353.diff
No OneTemporary

D48353.diff

diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua
--- a/stand/lua/drawer.lua
+++ b/stand/lua/drawer.lua
@@ -470,9 +470,9 @@
}
brand_position = {x = 2, y = 1}
-logo_position = {x = 46, y = 4}
+logo_position = {x = 40, y = 10}
menu_position = {x = 5, y = 10}
-frame_size = {w = 42, h = 14}
+frame_size = {w = 39, h = 14}
default_shift = {x = 0, y = 0}
shift = default_shift
diff --git a/stand/lua/gfx-orb.lua b/stand/lua/gfx-orb.lua
--- a/stand/lua/gfx-orb.lua
+++ b/stand/lua/gfx-orb.lua
@@ -45,7 +45,7 @@
" .---.....----.\027[m",
},
requires_color = true,
- shift = {x = 2, y = 3},
+ shift = {x = 2, y = -1},
image = "/boot/images/freebsd-logo-rev.png",
image_rl = 15
}
diff --git a/stand/lua/gfx-orbbw.lua b/stand/lua/gfx-orbbw.lua
--- a/stand/lua/gfx-orbbw.lua
+++ b/stand/lua/gfx-orbbw.lua
@@ -44,6 +44,6 @@
" .-- `--.",
" .---.....----.",
},
- shift = {x = 2, y = 4},
+ shift = {x = 2, y = -1},
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 11, 8:40 AM (19 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15752191
Default Alt Text
D48353.diff (998 B)

Event Timeline