From 38fd68cff2437b1bfaba5c046266a536d2add304 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 1 Sep 2013 11:34:40 -0400 Subject: [PATCH] change format of time; Fix battery meter, remove minimium_size, fix gaps. --- bottom-left.conkyrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bottom-left.conkyrc b/bottom-left.conkyrc index 5cde997..bfc20ea 100644 --- a/bottom-left.conkyrc +++ b/bottom-left.conkyrc @@ -1,7 +1,7 @@ #!/usr/bin/conky -d -c ## .conkyrc configuration -update_interval 10.0 -update_interval_on_battery 30.0 +update_interval 1.0 +update_interval_on_battery 5.0 alignment bottom_left @@ -33,12 +33,12 @@ color7 Green color8 9d9c61 color9 525276 -minimum_size 280 499 maximum_width 499 -gap_x 0 -gap_y 1 +gap_x 1 +gap_y 3 -${voffset -10}${color2}${font led:size=10}BATTERY ${font}$hr +TEXT +${color2}${font led:size=10}BATTERY ${font}$hr Battery: ${battery} ${acpiacadapter} ${battery_bar} -${goto 3} ${font :size=10}${time %H:%M on %A %d %B %Y} +${goto 3}${font :size=8}${time %a %Y-%m-%d at %H:%M:%S}