Skip to content

Commit ba66877

Browse files
authored
Merge pull request #378 from ghostbsd/gfx-glogo-update
Updated gfx-glogo.lua and fixed ghostbsd-logo.png position
2 parents 9974618 + c8e9e8f commit ba66877

1 file changed

Lines changed: 23 additions & 18 deletions

File tree

stand/lua/gfx-glogo.lua

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,29 @@
2929

3030
return {
3131
logo = {
32-
graphic = {
33-
" ,gggggg. ",
34-
" ,agg9* .g) ",
35-
" .agg* ._.,gg* ",
36-
" ,gga* (ggg*' ",
37-
" ,ga* ,ga* ",
38-
" ,ga' .ag* ",
39-
" ,ga' .agga' ",
40-
" 9g' .agg'g*,a ",
41-
" 'gggg*',gga' ",
42-
" .gg*' ",
43-
" .gga* ",
44-
" .gga* ",
45-
" (ga* "
32+
ascii = {
33+
image = {
34+
" ,gggggg. ",
35+
" ,agg9* .g) ",
36+
" .agg* ._.,gg* ",
37+
" ,gga* (ggg*' ",
38+
" ,ga* ,ga* ",
39+
" ,ga' .ag* ",
40+
" ,ga' .agga' ",
41+
" 9g' .agg'g*,a ",
42+
" 'gggg*',gga' ",
43+
" .gg*' ",
44+
" .gga* ",
45+
" .gga* ",
46+
" (ga* "
47+
},
48+
requires_color = false,
49+
shift = {x = 5, y = 3},
50+
},
51+
fb = {
52+
image = "/boot/images/ghostbsd-logo.png",
53+
width = 15,
54+
shift = {x = 2, y = -2},
4655
},
47-
requires_color = false,
48-
shift = {x = 5, y = 3},
49-
image = "/boot/images/ghostbsd-logo.png",
50-
image_rl = 15
5156
}
5257
}

0 commit comments

Comments
 (0)