diff options
| author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-17 19:27:30 +0100 |
|---|---|---|
| committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-17 19:27:30 +0100 |
| commit | f71077e871218abd105027d1eb6b9b4033fbe131 (patch) | |
| tree | 8cb2a9e20e21c97c2742716a634e632d0764ca9f /widgets/command_output | |
| parent | f997e3c12313a74339ffa81e7488217f2ec6c06d (diff) | |
| download | skin-flatplus-f71077e871218abd105027d1eb6b9b4033fbe131.tar.gz skin-flatplus-f71077e871218abd105027d1eb6b9b4033fbe131.tar.bz2 | |
update widgets files; add weather widget font size
Diffstat (limited to 'widgets/command_output')
| -rw-r--r-- | widgets/command_output/README | 5 | ||||
| -rwxr-xr-x | widgets/command_output/command.example (renamed from widgets/command_output/command) | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/widgets/command_output/README b/widgets/command_output/README index f73a0326..1e949b02 100644 --- a/widgets/command_output/README +++ b/widgets/command_output/README @@ -1,5 +1,6 @@ This widget is for an own command + The command "command" will be executed every time the widget is drawn, so please keep it short and fast. The command have to provide two output files: "title" and "output". -"title" is the title of the Widget. -The "output" file is read line by line. And every line is drawn without wrap the lines if they are to long. +"title" is the title for the widget. +The "output" file is read line by line. And every line is drawn without wrap the line if it is to long. diff --git a/widgets/command_output/command b/widgets/command_output/command.example index 03b12b23..03b12b23 100755 --- a/widgets/command_output/command +++ b/widgets/command_output/command.example |
