From e9011380b56fa7eab144bbd9a25fc7f38f0bb07c Mon Sep 17 00:00:00 2001 From: Alex Dixon Date: Mon, 11 Dec 2017 23:32:44 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57a6c4d..1090ed4 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,13 @@ On restart you should find that `xochitl`, `fingerterm` and `shutdown` are your Draft is configured through the files in the `/etc/draft` directory. They consist of a few simple lines. All of them are needed otherwise the option will not show up in the launcher. `title`: Big word, left hand side of the screen. + `desc`: Smaller words, left hand side of the screen. + `call`: The shell command to run when the option is pressed. + `term`: The shell command to run while the option is running, to close it. (or it can do whatever you want really!) This won't do anything without `button-capture` installed. + `imgFile`: An icon to use. It will look for a PNG image with that name in the `/etc/draft/icons` directory. *NOTE: Be sure not to leave any spaces around the "=" sign in the config lines, else the files may not parse correctly and your options may not show up!*