From 03968b70c5097c1756be4e27dc1f00c67dc011e3 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Thu, 9 Dec 2021 03:02:34 +0100 Subject: [PATCH] Add a cool ASCII art --- README.md | 7 ++++++- init.lua | 12 ++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57838ae..375042d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# i3 + ██╗██████╗ + ██║╚════██╗ + ██║ █████╔╝ + ██║ ╚═══██╗ + ██║██████╔╝ + ╚═╝╚═════╝ [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) [![GitHub Release](https://img.shields.io/github/release/minetest-mods/i3.svg?style=flat)]() [![ContentDB](https://content.minetest.net/packages/jp/i3/shields/downloads/)](https://content.minetest.net/packages/jp/i3/) [![PayPal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/jpg84240) diff --git a/init.lua b/init.lua index fb15b6c..983946d 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,15 @@ +print[[ + + Powered by + + ██╗██████╗ + ██║╚════██╗ + ██║ █████╔╝ + ██║ ╚═══██╗ + ██║██████╔╝ + ╚═╝╚═════╝ +]] + local modpath = core.get_modpath"i3" local http = core.request_http_api() local _loadfile = dofile(modpath .. "/src/operators.lua")