Remove units from numbers
authorAaron Marcher <me@drkhsh.at>
Sun, 20 May 2018 22:16:54 +0000 (00:16 +0200)
committerAaron Marcher <me@drkhsh.at>
Sun, 20 May 2018 22:16:54 +0000 (00:16 +0200)
commitec5c35ec9f23254f09e734d0c1880559774dfa52
tree80f20e9acdb494b418ee88351a8f23dfb469bc4f
parent4bd234c7ef7224117a6e50eda4ce3184338daab1
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.
components/battery.c
components/cpu.c
components/disk.c
components/netspeeds.c
components/ram.c
components/swap.c
components/temperature.c
components/volume.c
components/wifi.c
util.c
util.h