* usr/lib/byobu/logo:

- add a linux mint logo
This commit is contained in:
Dustin Kirkland 2011-12-31 18:24:41 -06:00
commit 9f5879e201
2 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ byobu (5.2) unreleased; urgency=low
* icons/byobu_multi.svg, === removed directory icons,
- save some space in the tarball
* usr/lib/byobu/logo:
- add a linux mint logo
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Dec 2011 12:28:51 -0600

View file

@ -95,6 +95,10 @@ __logo() {
logo=" (* "
$MARKUP && printf "$(color b k c) ($(color -)$(color b k y)*$(color -) " || printf "$logo"
;;
*mint*)
logo=" lm "
$MARKUP && printf "$(color g w)$logo$(color -)$(color g w)$(color -) " || printf "$logo"
;;
*redhat*)
logo=" RH "
$MARKUP && printf "$(color R k)%s$(color -)" "$logo" || printf "$logo"