mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
updated the ASCII art logo
This commit is contained in:
parent
0d04e4acef
commit
0c46c84eb4
1 changed files with 8 additions and 8 deletions
|
|
@ -160,14 +160,14 @@ func (gui *Gui) handleEditConfig(g *gocui.Gui, v *gocui.View) error {
|
||||||
|
|
||||||
func lazypodmanTitle() string {
|
func lazypodmanTitle() string {
|
||||||
return `
|
return `
|
||||||
_ _ _
|
_ _
|
||||||
| | | | | |
|
| | | |
|
||||||
| | __ _ _____ _ __| | ___ ___| | _____ _ __
|
| | __ _ _____ _ _ __ ___ __| |_ __ ___ __ _ _ __
|
||||||
| |/ _` + "`" + ` |_ / | | |/ _` + "`" + ` |/ _ \ / __| |/ / _ \ '__|
|
| |/ _` + "`" + ` |_ / | | | '_ \ / _ \ / _` + "`" + ` | '_ ` + "`" + ` _ \ / _` + "`" + ` | '_ \
|
||||||
| | (_| |/ /| |_| | (_| | (_) | (__| < __/ |
|
| | (_| |/ /| |_| | |_) | (_) | (_| | | | | | | (_| | | | |
|
||||||
|_|\__,_/___|\__, |\__,_|\___/ \___|_|\_\___|_|
|
|_|\__,_/___|\__, | .__/ \___/ \__,_|_| |_| |_|\__,_|_| |_|
|
||||||
__/ |
|
__/ | |
|
||||||
|___/
|
|___/|_|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue