From: Silvio Rhatto Date: Tue, 6 Jun 2017 20:34:02 +0000 (-0300) Subject: Comment out reminders code, added commented text_buffer_size param X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8eb5300d437a19ad85e7558d7eb9b0897ef4dd4e;p=rhatto%2Fdotfiles%2Fconky.git Comment out reminders code, added commented text_buffer_size param --- diff --git a/conkyrc.dot.link b/conkyrc.dot.link index 23a0ead..b4772f5 100644 --- a/conkyrc.dot.link +++ b/conkyrc.dot.link @@ -85,6 +85,9 @@ no_buffers yes # set to yes if you want all text to be in uppercase uppercase no +# Size of buffer used for intermediary text: individual lines, $exec vars etc +#text_buffer_size 512 + # boinc (seti) dir #seti_dir /usr/local/seti @@ -244,4 +247,4 @@ ${color} ${top_mem name 2} ${alignr} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem ${top_mem name 3} ${alignr} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3} ${top_mem name 4} ${alignr} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4} -${execpi 120 [ -e ~/.reminders ] && remind ~/.reminders | grep -v '^No reminders.$' | sed -e '/^$/d'} +#${exec ~/apps/scripts/reminders }