From 54a3ddf9b4ab1b2f739700268de2f09014ecd95c Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 22 May 2004 18:30:02 +0000 Subject: [lcd4linux @ 2004-05-22 18:30:01 by reinelt] added plugin 'uptime' --- lcd4linux.conf.sample | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 9367805..9f57059 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -247,6 +247,15 @@ Widget MySQLtest2 { update minute } +Widget Uptime { + class 'Text' + expression uptime('%d days %H:%M:%S') + width 20 + align 'R' + prefix 'Up ' + update 1000 +} + Widget Heartbeat { class 'Icon' speed 800 @@ -457,17 +466,17 @@ Layout testMySQL { #Display 'LK204' -Display 'HD44780-20x4' +#Display 'HD44780-20x4' #Display 'M50530-24x8' #Display 'CF631' #Display 'CF632' #Display 'CF633' -#Display 'USBLCD' +Display 'USBLCD' #Display 'T6963-240x64' #Display 'XWindow' -#Layout 'Default' -Layout 'L16x2' +Layout 'Default' +#ayout 'L16x2' #Layout 'Test' -- cgit v1.2.3