From 63e8d9edcebf1d09d6d56af502a9cd8a6960a7e9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 23 Nov 2011 21:47:27 -0500 Subject: Update updates to update updates more often --- _conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conkyrc b/_conkyrc index 2f6ce59e..0cf5de47 100644 --- a/_conkyrc +++ b/_conkyrc @@ -39,7 +39,7 @@ short_units yes TEXT ${color white}$nodename $alignr $kernel ${color lightgrey}up${color white} $uptime_short $alignr $user_number ${color lightgrey}users${color white} -${color lightgrey}updates${color white}$alignr${texeci 3600 /home/curtis/bin/updates.sh} +${color lightgrey}updates${color white}$alignr${texeci 300 /home/curtis/bin/updates.sh} $hr ${color lightgrey}processes${color white}$alignr${running_processes}/${processes} $alignc${cpugraph 18,200} -- cgit 1.4.1 t> dontfiles
summary refs log tree commit diff
path: root/bin/catsh/show.c (unfollow)
Commit message (Collapse)Author
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
Their %-prefixed directives should probably be highlighted Macro.
2019-05-10Use val instead of suboptargJune McEnroe
suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure?
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it.
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe