mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* usr/lib/byobu/logo:
- added a logo for Wolfi
This commit is contained in:
parent
b3378dcb0c
commit
2c1dbcc2f8
2 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# logo: determine which logo to use
|
||||
#
|
||||
# Copyright (C) 2008 Canonical Ltd.
|
||||
# Copyright (C) 2011-2014 Dustin Kirkland
|
||||
# Copyright (C) 2011-2023 Dustin Kirkland
|
||||
#
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.org>
|
||||
#
|
||||
|
@ -135,6 +135,10 @@ __logo() {
|
|||
logo="SUSE"
|
||||
$MARKUP && printf "$(color W g)%s$(color -)" "$logo" || printf "$logo"
|
||||
;;
|
||||
*wolfi*)
|
||||
logo=" * "
|
||||
$MARKUP && printf "$(color m W)%s$(color -)" "$logo" || printf "$logo"
|
||||
;;
|
||||
*xandros*)
|
||||
logo=" X "
|
||||
$MARKUP && printf "$(color W r)%s$(color -)" "$logo" || printf "$logo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue