diff options
author | June McEnroe <june@causal.agency> | 2011-11-14 15:12:13 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2011-11-14 15:12:13 -0500 |
commit | af01ca99f13230ae256a0ce903eda602727e5983 (patch) | |
tree | b69841fe080ab7bd87c63bc7e8aaade43c2731a8 /_conkyrc | |
parent | Added whitespace highlighting to Vim and fixed the first line of Conky (diff) | |
download | src-af01ca99f13230ae256a0ce903eda602727e5983.tar.gz src-af01ca99f13230ae256a0ce903eda602727e5983.zip |
Removed $machine to make room for larger kernel name
Diffstat (limited to '_conkyrc')
-rw-r--r-- | _conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_conkyrc b/_conkyrc index e2a2c885..3dd301c9 100644 --- a/_conkyrc +++ b/_conkyrc @@ -37,7 +37,7 @@ format_human_readable yes short_units yes TEXT -${color white}$nodename $alignr $machine $kernel +${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/home/bin/updates.sh} $hr |