diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-02-22 07:50:48 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-02-22 07:50:48 +0000 |
commit | 72bac12dce7e969ec4264c10a879a228b14b0633 (patch) | |
tree | 79edca4d4a1cc62382d9d9dc9c380c6987349d65 /packages/lcdproc | |
parent | 0bba9ec1f3e49f1879015401a7fc46c1afe33de6 (diff) | |
download | pfsense-packages-72bac12dce7e969ec4264c10a879a228b14b0633.tar.gz pfsense-packages-72bac12dce7e969ec4264c10a879a228b14b0633.tar.bz2 pfsense-packages-72bac12dce7e969ec4264c10a879a228b14b0633.zip |
Make each screens duration 10 seconds
Diffstat (limited to 'packages/lcdproc')
-rw-r--r-- | packages/lcdproc/lcdproc_client.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/lcdproc/lcdproc_client.php b/packages/lcdproc/lcdproc_client.php index ffa81172..b26767c3 100644 --- a/packages/lcdproc/lcdproc_client.php +++ b/packages/lcdproc/lcdproc_client.php @@ -320,6 +320,7 @@ $lcd_cmds[] = "screen_add welcome_scr"; $lcd_cmds[] = "screen_set welcome_scr heartbeat off"; $lcd_cmds[] = "screen_set welcome_scr name welcome"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add welcome_scr title_wdgt title"; $lcd_cmds[] = "widget_add welcome_scr text_wdgt scroller"; @@ -332,6 +333,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 40"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -339,6 +341,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -346,6 +349,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -353,6 +357,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -360,6 +365,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -367,6 +373,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -374,6 +381,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -381,6 +389,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -388,6 +397,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -395,6 +405,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; @@ -402,6 +413,7 @@ $lcd_cmds[] = "screen_add $name"; $lcd_cmds[] = "screen_set $name heartbeat off"; $lcd_cmds[] = "screen_set $name name $name"; + $lcd_cmds[] = "screen_set $name duration 80"; $lcd_cmds[] = "widget_add $name title_wdgt string"; $lcd_cmds[] = "widget_add $name text_wdgt scroller"; break; |