]> gitweb.fluxo.info Git - rhatto/dotfiles/conky.git/commitdiff
Comment out reminders code, added commented text_buffer_size param
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 6 Jun 2017 20:34:02 +0000 (17:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 6 Jun 2017 20:34:02 +0000 (17:34 -0300)
conkyrc.dot.link

index 23a0ead2d7ad7c2b45eb79db71604a657e4e2f89..b4772f566c3c1718b17c5f47d6333e01adfe5948 100644 (file)
@@ -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 }