From: Aaron Marcher Date: Sun, 20 May 2018 22:16:54 +0000 (+0200) Subject: Remove units from numbers X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/ec5c35ec9f23254f09e734d0c1880559774dfa52?ds=inline;hp=ec5c35ec9f23254f09e734d0c1880559774dfa52 Remove units from numbers This is a first step to decouple formatting from information because of two reasons: 1. The components should only gather and return the values by design 2. Fine grained user control should be a focus Scaling will be implemented in a different way in a later commit. ---