diff options
author | ltoetsch <> | 2001-03-08 15:25:38 +0000 |
---|---|---|
committer | ltoetsch <> | 2001-03-08 15:25:38 +0000 |
commit | 998fe30dc57559b00b4cef121ee45a0afd5c8d93 (patch) | |
tree | 02aff59dab901063436b9f22074566765564ec84 /lcd4linux.conf.sample | |
parent | 30f18de3d08ec4fa032926a0121542cafa4bfb98 (diff) | |
download | lcd4linux-998fe30dc57559b00b4cef121ee45a0afd5c8d93.tar.gz |
[lcd4linux @ 2001-03-08 15:25:38 by ltoetsch]
improved exec
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r-- | lcd4linux.conf.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 50de336..db91281 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -62,6 +62,18 @@ Row2 "%p CPU %r MB RAM" Row3 "Busy %cb%% $r10cs+cb" Row4 "Load%l1%L$r10l1" +# e(x)ecute command in %x* +# Row5 %x1 +# Row6 %x2 +# x1 tail -1 /var/log/messages +# x2 echo $X1 | cut -b25- +# Note: PATH=/usr/local/bin:/usr/bin:/bin +# Note: $X1 .. $X8 is the text of lines x1 .. x8 +# +# Tick_x1 10 # every 10 ticks +# Delay_x1 2 # every 2 seconds +# Scale_x1 50 # scale for bars (default 100), value SHOULD be numeric ;-) + #Row1 "Load%l1%L$r10cs+cb" #Row2 "Disk%dm $R10dr+dw" #Row3 "Net %nm $R10nr+nw" |