From f71077e871218abd105027d1eb6b9b4033fbe131 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 17 Nov 2014 19:27:30 +0100 Subject: update widgets files; add weather widget font size --- widgets/command_output/README | 5 +++-- widgets/command_output/command | 6 ------ widgets/command_output/command.example | 6 ++++++ 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100755 widgets/command_output/command create mode 100755 widgets/command_output/command.example (limited to 'widgets/command_output') 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 deleted file mode 100755 index 03b12b23..00000000 --- a/widgets/command_output/command +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -echo "MyTitle" > title - -echo "output line 1" > output -echo "output line 2" >> output diff --git a/widgets/command_output/command.example b/widgets/command_output/command.example new file mode 100755 index 00000000..03b12b23 --- /dev/null +++ b/widgets/command_output/command.example @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "MyTitle" > title + +echo "output line 1" > output +echo "output line 2" >> output -- cgit v1.2.3