* usr/lib/byobu/logo:

- add Raspbian colors / logo
    + https://github.com/dustinkirkland/byobu/pull/34
This commit is contained in:
Dustin Kirkland 2019-11-29 15:16:04 -06:00
commit 5f7030a0a4
2 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View file

@ -1,8 +1,11 @@
byobu (5.130) unreleased; urgency=medium
* UNRELEASED
[ Ricardo N Feliciano ]
* usr/lib/byobu/logo:
- add Raspbian colors / logo
+ https://github.com/dustinkirkland/byobu/pull/34
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 12 Jun 2019 18:41:09 -0500
-- Dustin Kirkland <kirkland@x250> Fri, 29 Nov 2019 15:14:50 -0600
byobu (5.129-0ubuntu1) eoan; urgency=medium

View file

@ -115,6 +115,10 @@ __logo() {
logo="OWrt"
$MARKUP && printf "$(color b colour66 W)%s$(color -)" "$logo" || printf "$logo"
;;
*raspbian*)
logo=" @ "
$MARKUP && printf "$(color colour125 colour15)%s$(color -)" "$logo" || printf "$logo"
;;
*red*hat*|*rhel*)
logo=" RH "
$MARKUP && printf "$(color R k)%s$(color -)" "$logo" || printf "$logo"