File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / boot / brand-elwix.lua
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 13:59:50 2021 UTC (3 years, 3 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, HEAD, ELWIX2_7, ELWIX2_6
ver 2.6

    1: -- Copyright (c) 2016 Michael Pounov <misho@elwix.org>
    2: -- $Id: brand-elwix.lua,v 1.2 2021/03/11 13:59:50 misho Exp $
    3: 
    4: local drawer = require("drawer")
    5: 
    6: local elwix = {
    7: "                                           ",
    8: " '||''''|  '||               ||  '||' '|'  ",
    9: "  ||  .     ||  ... ... ... ...    || |    ",
   10: "  ||''|     ||   ||  ||  |   ||     ||     ",
   11: "  ||        ||    ||| |||    ||    | ||    ",
   12: " .||.....| .||.    |   |    .||. .|   ||.  ",
   13: "                                           "
   14: }
   15: 
   16: drawer.addBrand("elwix", {
   17: 	graphic = elwix,
   18: 	shift = {x = 0, y = 0},
   19: })
   20: 
   21: return true

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>