mirror of
https://github.com/pikami/slstatus.git
synced 2024-11-27 22:05:42 +00:00
68a3902dc5
First dividing by interval before multiplying with 1000 decreases the precision by +-(interval - 1) * 1000, as interval arithmetic always applies the Gauß-function to the result. This is not necessary and simply reordering the operations mitigates this. |
||
---|---|---|
.. | ||
battery.c | ||
cpu.c | ||
datetime.c | ||
disk.c | ||
entropy.c | ||
hostname.c | ||
ip.c | ||
kernel_release.c | ||
keyboard_indicators.c | ||
load_avg.c | ||
netspeeds.c | ||
num_files.c | ||
ram.c | ||
run_command.c | ||
swap.c | ||
temperature.c | ||
uptime.c | ||
user.c | ||
volume.c | ||
wifi.c |