Patch by Kim Holviala sf.net id #2484548.
authorKim Holviala <kim@holviala.com>
Wed, 18 Feb 2009 05:00:23 +0000 (22:00 -0700)
committerBrenden Matthews <brenden@rty.ca>
Wed, 18 Feb 2009 05:00:23 +0000 (22:00 -0700)
commit27bb931e41b3efc529a0abdc55ac95cea0ba43de
tree2ef3314088a1eb9e369d2ac91d81e25e907213ca
parentb516e1944055bb679e6dcafb4a386bc41b6e2cfd
Patch by Kim Holviala sf.net id #2484548.

* change the height of execbar and execibar to be the same as other
bars have by default (6 pixels)
* treat mixer values as percentages as they're usually 0-100 (switch
to spaced_print() with pad_percents)
* change temp_print() from snprintf() to spaced_print()
* remove decimals from temp_print() as none of the current sources can
supply values smaller than 1 degree (C or F, doesn't matter)
* add a space between number and the unit in human_readable()
* fix number printing in human_readable()
* network $upspeed and $downspeed now use human_readable()
ChangeLog
src/conky.c
src/conky.h
src/temphelper.c