* usr/lib/byobu/logo:

- added a logo for Wolfi
This commit is contained in:
Dustin Kirkland 2023-11-27 10:11:34 -06:00
commit 2c1dbcc2f8
2 changed files with 8 additions and 2 deletions

View file

@ -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"