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 {
|
||||
return `
|
||||
_ _ _
|
||||
| | | | | |
|
||||
| | __ _ _____ _ __| | ___ ___| | _____ _ __
|
||||
| |/ _` + "`" + ` |_ / | | |/ _` + "`" + ` |/ _ \ / __| |/ / _ \ '__|
|
||||
| | (_| |/ /| |_| | (_| | (_) | (__| < __/ |
|
||||
|_|\__,_/___|\__, |\__,_|\___/ \___|_|\_\___|_|
|
||||
__/ |
|
||||
|___/
|
||||
_ _
|
||||
| | | |
|
||||
| | __ _ _____ _ _ __ ___ __| |_ __ ___ __ _ _ __
|
||||
| |/ _` + "`" + ` |_ / | | | '_ \ / _ \ / _` + "`" + ` | '_ ` + "`" + ` _ \ / _` + "`" + ` | '_ \
|
||||
| | (_| |/ /| |_| | |_) | (_) | (_| | | | | | | (_| | | | |
|
||||
|_|\__,_/___|\__, | .__/ \___/ \__,_|_| |_| |_|\__,_|_| |_|
|
||||
__/ | |
|
||||
|___/|_|
|
||||
`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue