aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-02 18:10:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-02 18:10:20 -0300
commit418bb9d487af54268950d72a5f0cd94a73e66b0a (patch)
tree36c6b1fbb0c0695a185b797f08356ccb1652e393
parentab437f9f445bfc3e075fdcb1a09287014d197fa6 (diff)
downloadconky-418bb9d487af54268950d72a5f0cd94a73e66b0a.tar.gz
conky-418bb9d487af54268950d72a5f0cd94a73e66b0a.tar.bz2
Decrease reminders exec time
-rw-r--r--conkyrc.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/conkyrc.dot.link b/conkyrc.dot.link
index 067c25a..23a0ead 100644
--- a/conkyrc.dot.link
+++ b/conkyrc.dot.link
@@ -244,4 +244,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 3500 [ -e ~/.reminders ] && remind ~/.reminders | grep -v '^No reminders.$' | sed -e '/^$/d'}
+${execpi 120 [ -e ~/.reminders ] && remind ~/.reminders | grep -v '^No reminders.$' | sed -e '/^$/d'}