Skip to content
Snippets Groups Projects
Commit f92d8b96 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove pipes in status line

parent 7dc5d2b9
No related branches found
No related tags found
1 merge request!203remove pipes in status line
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment