From f92d8b960f2b5ef8d40b75ef44a978e738bbda7c Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 26 Oct 2023 17:08:20 +0200 Subject: [PATCH] remove pipes in status line --- about | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about b/about index 60d103e..fb90d58 100755 --- a/about +++ b/about @@ -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 -- GitLab