From 3510a3f30b13ddc1ebf11632cdcae6c600d40622 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 15 Mar 2012 11:43:30 +0900 Subject: [PATCH] small fix --- conkyrc.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conkyrc.2 b/conkyrc.2 index c0d4251..f88b945 100644 --- a/conkyrc.2 +++ b/conkyrc.2 @@ -18,6 +18,7 @@ own_window_colour hotpink own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager minimum_size 200 +#maximum_width 1000 draw_shades no draw_outline no draw_borders no @@ -36,5 +37,5 @@ format_human_readable yes TEXT ${color yellow}$$ tail -f /var/log/everything.log -${color white}${tail /var/log/everything.log 30} +${color white}${tail /var/log/everything.log 15} ${time %b %d %T}