* usr/bin/byobu-status: LP: #1233407

- ensure status icons are customizable by end users
This commit is contained in:
Dustin Kirkland 2013-11-01 15:41:11 -05:00
commit 81463fc9e7
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -3,6 +3,8 @@ byobu (5.63) unreleased; urgency=low
* usr/bin/byobu: LP: #1244981
- let's use our symlink for SSH_AUTH_SOCK, for consistency across
sessions
* usr/bin/byobu-status: LP: #1233407
- ensure status icons are customizable by end users
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500

View file

@ -31,10 +31,10 @@ PKG="byobu"
[ -d "$BYOBU_RUN_DIR/.last.$BYOBU_BACKEND" ] || mkdir -p "$BYOBU_RUN_DIR/.last.$BYOBU_BACKEND"
# Source configurations
. "${BYOBU_PREFIX}/lib/${PKG}/include/icons"
for i in "${BYOBU_PREFIX}/share/$PKG/status/status" "${BYOBU_PREFIX}/share/$PKG/status/statusrc" "$BYOBU_CONFIG_DIR/status" "$BYOBU_CONFIG_DIR/statusrc" "$BYOBU_CONFIG_DIR/color" "$BYOBU_CONFIG_DIR/color.tmux"; do
[ -r "$i" ] && . "$i"
done
. "${BYOBU_PREFIX}/lib/${PKG}/include/icons"
case "$BYOBU_BACKEND" in
screen)