mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
revert bolding the numbers
this is really troublesome for older screen binaries that don't support more than 16 color changes, and this change is totally gratuitous perhaps add these back in at some point, if screen gets patched upstream and by all distros
This commit is contained in:
parent
1c202cccd1
commit
12df044d55
4 changed files with 4 additions and 4 deletions
|
@ -26,4 +26,4 @@ else
|
|||
speed="$mhz"
|
||||
unit="MHz"
|
||||
fi
|
||||
printf "\005{=b cW}%s\005{-}\005{= cW}$unit\005{-} " $speed
|
||||
printf "\005{= cW}%s$unit\005{-} " $speed
|
||||
|
|
|
@ -32,4 +32,4 @@ else
|
|||
mem="$mem"
|
||||
unit="KB"
|
||||
fi
|
||||
printf "\005{=b gW}%s\005{-}\005{= gW}$unit$comma\005{-}%s" "$mem" "$whitespace"
|
||||
printf "\005{= gW}%s$unit$comma\005{-}%s" "$mem" "$whitespace"
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
free | awk '/buffers\/cache:/ {printf "\005{=b gW}%.0f\005{-}\005{= gW}%%\005{-} ", 100*$3/($3 + $4)}'
|
||||
free | awk '/buffers\/cache:/ {printf "\005{= gW}%.0f%%\005{-} ", 100*$3/($3 + $4)}'
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
printf "\005{=b yk}%s\005{-}\005{= yk}&\005{-} " $(ps -e | wc -l)
|
||||
printf "\005{= yk}%s&\005{-} " $(ps -e | wc -l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue