mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-status: LP: #1233407
- ensure status icons are customizable by end users
This commit is contained in:
parent
3f2fa0225b
commit
81463fc9e7
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -3,6 +3,8 @@ byobu (5.63) unreleased; urgency=low
|
||||||
* usr/bin/byobu: LP: #1244981
|
* usr/bin/byobu: LP: #1244981
|
||||||
- let's use our symlink for SSH_AUTH_SOCK, for consistency across
|
- let's use our symlink for SSH_AUTH_SOCK, for consistency across
|
||||||
sessions
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500
|
||||||
|
|
||||||
|
|
|
@ -31,10 +31,10 @@ PKG="byobu"
|
||||||
[ -d "$BYOBU_RUN_DIR/.last.$BYOBU_BACKEND" ] || mkdir -p "$BYOBU_RUN_DIR/.last.$BYOBU_BACKEND"
|
[ -d "$BYOBU_RUN_DIR/.last.$BYOBU_BACKEND" ] || mkdir -p "$BYOBU_RUN_DIR/.last.$BYOBU_BACKEND"
|
||||||
|
|
||||||
# Source configurations
|
# 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
|
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"
|
[ -r "$i" ] && . "$i"
|
||||||
done
|
done
|
||||||
. "${BYOBU_PREFIX}/lib/${PKG}/include/icons"
|
|
||||||
|
|
||||||
case "$BYOBU_BACKEND" in
|
case "$BYOBU_BACKEND" in
|
||||||
screen)
|
screen)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue