mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
* usr/lib/byobu/updates_available:
- add an asterisk icon
This commit is contained in:
parent
b3d3361a38
commit
bf1ed62e67
2 changed files with 5 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
byobu (5.109) unreleased; urgency=medium
|
||||
|
||||
* UNRELEASED
|
||||
* usr/lib/byobu/updates_available:
|
||||
- add an asterisk icon
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 31 May 2016 10:03:15 -0500
|
||||
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
___print_updates() {
|
||||
local u= s=
|
||||
if [ -n "$(lsmod | grep ^kpatch_livepatch_)" ]; then
|
||||
color b r W; printf "*"; color -
|
||||
fi
|
||||
read u s < "$1"
|
||||
if [ -n "$u" ]; then
|
||||
if [ "$u" -gt 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue