mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -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
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -15,8 +15,10 @@ byobu (5.134) unreleased; urgency=medium
|
||||||
- add missing listprofiles logic
|
- add missing listprofiles logic
|
||||||
* usr/lib/byobu/include/select-session.py:
|
* usr/lib/byobu/include/select-session.py:
|
||||||
- fix inverted logic on session reuse
|
- fix inverted logic on session reuse
|
||||||
|
* usr/lib/byobu/logo:
|
||||||
|
- added a logo for Wolfi
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 22 Nov 2023 23:25:56 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Nov 2023 10:11:15 -0600
|
||||||
|
|
||||||
byobu (5.133-0ubuntu1) focal; urgency=medium
|
byobu (5.133-0ubuntu1) focal; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# logo: determine which logo to use
|
# logo: determine which logo to use
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008 Canonical Ltd.
|
# Copyright (C) 2008 Canonical Ltd.
|
||||||
# Copyright (C) 2011-2014 Dustin Kirkland
|
# Copyright (C) 2011-2023 Dustin Kirkland
|
||||||
#
|
#
|
||||||
# Authors: Dustin Kirkland <kirkland@byobu.org>
|
# Authors: Dustin Kirkland <kirkland@byobu.org>
|
||||||
#
|
#
|
||||||
|
@ -135,6 +135,10 @@ __logo() {
|
||||||
logo="SUSE"
|
logo="SUSE"
|
||||||
$MARKUP && printf "$(color W g)%s$(color -)" "$logo" || printf "$logo"
|
$MARKUP && printf "$(color W g)%s$(color -)" "$logo" || printf "$logo"
|
||||||
;;
|
;;
|
||||||
|
*wolfi*)
|
||||||
|
logo=" * "
|
||||||
|
$MARKUP && printf "$(color m W)%s$(color -)" "$logo" || printf "$logo"
|
||||||
|
;;
|
||||||
*xandros*)
|
*xandros*)
|
||||||
logo=" X "
|
logo=" X "
|
||||||
$MARKUP && printf "$(color W r)%s$(color -)" "$logo" || printf "$logo"
|
$MARKUP && printf "$(color W r)%s$(color -)" "$logo" || printf "$logo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue