Skip to content
Snippets Groups Projects

remove pipes in status line

Merged Hahn Axel (hahn) requested to merge 6745-extend-unit-check into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -38,8 +38,8 @@ _sSwap=$( grep "SwapTotal:" /proc/meminfo | awk '{ print $2 " " $3}' )
# ----- status line
echo -n $( ph.getOS; ph.getOSMajor )
echo -n " | ${_iCpu} cpu"
echo -n " | $(ph.toUnit "${_iMem}K" "G" 3) GB ram"
echo -n " / ${_iCpu} cpu"
echo -n " / $(ph.toUnit "${_iMem}K" "G" 3) GB ram"
echo
echo
Loading