diff options
Diffstat (limited to '')
-rw-r--r-- | examples/xmobar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmobar b/examples/xmobar index c7ec2f7..469f7cd 100644 --- a/examples/xmobar +++ b/examples/xmobar @@ -27,5 +27,5 @@ whitepoint = whitepoint[0] + whitepoint[1] + whitepoint[2] # Print information. -print('<fc=#%s>%i</fc>K %.1f° %i%%' % (whitepoint, int(temperature_now), elevation, int(dayness * 100))) +print('<fc=#%s>%i</fc>K %.1f° %.0f%%' % (whitepoint, int(temperature_now), elevation, int(dayness * 100))) |