making more widgets and better spacing

This commit is contained in:
Chris Cochrun 2021-08-18 17:05:04 -05:00
parent ea0f4fd844
commit c27a826eb0
10 changed files with 139 additions and 83 deletions

View file

@ -6,4 +6,6 @@ percent=$(bc -l <<< "100 * $total / $used")
mem=$(awk -v u=$used -v t=$total -v p=$percent 'BEGIN {printf "%sMi/%sMi %.1f% ", t, u, p}')
echo $mem
memperc=$(echo $mem | awk '{print $2}')
echo $memperc