Fix segfault in i8k (sf.net #3007167)
[monky] / data / conky.conf
index a45a9ea..8736f35 100644 (file)
@@ -7,7 +7,7 @@
 # Please see COPYING for details
 #
 # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
-# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
+# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
 # All rights reserved.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -43,6 +43,7 @@ net_avg_samples 2
 no_buffers yes
 out_to_console no
 out_to_stderr no
+extra_newline no
 own_window yes
 own_window_class Conky
 own_window_type desktop
@@ -65,7 +66,7 @@ ${color grey}CPU Usage:$color $cpu% ${cpubar 4}
 ${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
 $hr
 ${color grey}File systems:
- / $color${fs_free /}/${fs_size /} ${fs_bar 6 /}
+ / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
 ${color grey}Networking:
 Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
 $hr