mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
* etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/time_binary,
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1: - add support for the super-geeky-but-fun binary clock; requires UTF8 support in GNU Screen, LP: #705037
This commit is contained in:
parent
aad8d7d496
commit
d5d05f69f9
6 changed files with 12 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -9,6 +9,12 @@ byobu (3.29) unreleased; urgency=low
|
||||||
LP: #482623
|
LP: #482623
|
||||||
* usr/bin/byobu-janitor: use readlink, much more graceful
|
* usr/bin/byobu-janitor: use readlink, much more graceful
|
||||||
|
|
||||||
|
[ James Hunt ]
|
||||||
|
* etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/time_binary,
|
||||||
|
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
|
||||||
|
- add support for the super-geeky-but-fun binary clock; requires
|
||||||
|
UTF8 support in GNU Screen, LP: #705037
|
||||||
|
|
||||||
[ Chow Loong Jin and Dustin Kirkland ]
|
[ Chow Loong Jin and Dustin Kirkland ]
|
||||||
* usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
|
* usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
|
||||||
with raid, lvm, dm volumes, LP: #709224, #711373, #723187
|
with raid, lvm, dm volumes, LP: #709224, #711373, #723187
|
||||||
|
|
|
@ -50,6 +50,7 @@ release=1
|
||||||
services=1
|
services=1
|
||||||
swap=0
|
swap=0
|
||||||
time=1
|
time=1
|
||||||
|
time_binary=0
|
||||||
time_utc=0
|
time_utc=0
|
||||||
users=0
|
users=0
|
||||||
updates_available=1
|
updates_available=1
|
||||||
|
|
|
@ -327,6 +327,7 @@ def readstatus():
|
||||||
status["services"]=1
|
status["services"]=1
|
||||||
status["swap"]=0
|
status["swap"]=0
|
||||||
status["time"]=1
|
status["time"]=1
|
||||||
|
status["time_binary"]=0
|
||||||
status["time_utc"]=0
|
status["time_utc"]=0
|
||||||
status["users"]=0
|
status["users"]=0
|
||||||
status["updates_available"]=1
|
status["updates_available"]=1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Script to display a "binary clock" using unicode characters from the
|
# Script to display a "binary clock" using unicode characters from the
|
||||||
# braille block.
|
# braille block.
|
||||||
#
|
#
|
||||||
# Designed to work with the wonderful byoby(1) but can be run
|
# Designed to work with the wonderful byobu(1) but can be run
|
||||||
# stand-alone.
|
# stand-alone.
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
|
|
@ -72,6 +72,7 @@ backtick 129 67 67 byobu-status apport
|
||||||
backtick 130 5 5 byobu-status custom
|
backtick 130 5 5 byobu-status custom
|
||||||
backtick 131 53 53 byobu-status services
|
backtick 131 53 53 byobu-status services
|
||||||
backtick 132 11 11 byobu-status time_utc
|
backtick 132 11 11 byobu-status time_utc
|
||||||
|
backtick 132 23 23 byobu-status time_binary
|
||||||
backtick 133 3 3 byobu-status disk_io
|
backtick 133 3 3 byobu-status disk_io
|
||||||
backtick 134 613 613 byobu-status rcs_cost
|
backtick 134 613 613 byobu-status rcs_cost
|
||||||
backtick 135 7 7 byobu-status raid
|
backtick 135 7 7 byobu-status raid
|
||||||
|
|
|
@ -79,6 +79,8 @@ Note that DATA=\fI$HOME/.byobu\fP.
|
||||||
|
|
||||||
\fBtime\fP \- the system time in HH:MM:SS format; displayed in the lower bar on the far right in the default text and default background colors
|
\fBtime\fP \- the system time in HH:MM:SS format; displayed in the lower bar on the far right in the default text and default background colors
|
||||||
|
|
||||||
|
\fBtime_binary\fP \- only for the hard core geek, the local system time in binary; requires UTF8 support in a VERY recent version of GNU Screen; you must additionally set "UTF8=1" in \fI$DATA/statusrc\fP; displayed in the lower bar on the far right in dark text on a light background
|
||||||
|
|
||||||
\fBtime_utc\fP \- the UTC system time in HH:MMformat; displayed in the lower bar on the far right in dark text on a light background
|
\fBtime_utc\fP \- the UTC system time in HH:MMformat; displayed in the lower bar on the far right in dark text on a light background
|
||||||
|
|
||||||
\fBupdates_available\fP \- the number of updates available on the system; displayed in the lower bar toward the right in white text on a red background with a trailing '!' sign; if any updates are marked 'security updates', then there will be a total of two trailing exclamation points, '!!'
|
\fBupdates_available\fP \- the number of updates available on the system; displayed in the lower bar toward the right in white text on a red background with a trailing '!' sign; if any updates are marked 'security updates', then there will be a total of two trailing exclamation points, '!!'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue