diff options
Diffstat (limited to 'widgets/system_information')
-rw-r--r-- | widgets/system_information/README | 5 | ||||
l--------- | widgets/system_information/system_information | 1 | ||||
-rwxr-xr-x | widgets/system_information/system_information.g2v | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/widgets/system_information/README b/widgets/system_information/README index 946b5236..03ea2b22 100644 --- a/widgets/system_information/README +++ b/widgets/system_information/README @@ -1,5 +1,8 @@ This widget provides several information about the current system state. +You must manually create a link to the corresponding script, for example: +ln -s system_information.ubuntu system + The command "system_information" will be executed every time the widget is drawn, so please keep it short and fast. The command "system_information" must provide several files with the infos. The output files must begin with 01_ - 99_ for sort/position the info in the widget. For example "01_uptime", "02_load", etc.The values will be drawn in 2 columns except "system_version" and "kernel_version" they are drawn in a row. @@ -9,4 +12,4 @@ Load: 0.32 Uptime: 10:24:42 up 88 days You can include system_updatestatus and temperatures. But do not execute the system_updatestatus script (please read README of system_updatestatus) -Please see the example!
\ No newline at end of file +Please see the example! diff --git a/widgets/system_information/system_information b/widgets/system_information/system_information deleted file mode 120000 index d61d4dfb..00000000 --- a/widgets/system_information/system_information +++ /dev/null @@ -1 +0,0 @@ -system_information.ubuntu
\ No newline at end of file diff --git a/widgets/system_information/system_information.g2v b/widgets/system_information/system_information.g2v index 56480fa3..c0905624 100755 --- a/widgets/system_information/system_information.g2v +++ b/widgets/system_information/system_information.g2v @@ -12,7 +12,7 @@ SHOW_PROCESSES=1 SHOW_MEM_USAGE=1 SHOW_SWAP_USAGE=1 SHOW_ROOT_USAGE=1 -SHOW_VIDEO_USAGE=1 +SHOW_VIDEO_USAGE=0 SHOW_VDR_CPU_USAGE=1 SHOW_VDR_MEM_USAGE=1 |