mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* screen-profiles-status: ensure that all detail scripts get a chance
to run Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
ee412cc273
commit
1fe109e92c
3 changed files with 7 additions and 5 deletions
|
@ -26,4 +26,4 @@ space=
|
|||
grep -qs "^hostname=1$" "$HOME/.screen-profiles/status" && space=" "
|
||||
grep -qs "^whoami=1$" "$HOME/.screen-profiles/status" && space=" "
|
||||
|
||||
printf "\005{=b }%s%s\005{-}" "$space" $(hostname -i 2>/dev/null)
|
||||
printf "%s\005{=b }%s\005{-}" "$space" $(hostname -i 2>/dev/null)
|
||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
|||
screen-profiles (1.54) jaunty; urgency=low
|
||||
screen-profiles (1.54) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* bin/ip-address: don't color the whitespace
|
||||
* screen-profiles-status: ensure that all detail scripts get a chance
|
||||
to run
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 29 Apr 2009 19:04:29 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 30 Apr 2009 22:47:05 -0500
|
||||
|
||||
screen-profiles (1.53-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ case "$P" in
|
|||
echo
|
||||
echo " ______________________________________________________________________"
|
||||
echo "/ * $i:"
|
||||
out=`"$DIR"/$i --detail`
|
||||
out=`"$DIR"/$i --detail` || true
|
||||
echo "$out" | sed "s/^/| /g"
|
||||
echo "\\______________________________________________________________________"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue