From fd49349874bb6bbb85f4efdb2124deaefff56536 Mon Sep 17 00:00:00 2001 From: R2boyo25 Date: Thu, 7 Jul 2022 17:35:10 -0500 Subject: [PATCH] Pause icon and README --- README.MD | 25 ++++++++++++++++++++ source/pause.svg | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 README.MD create mode 100644 source/pause.svg diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..d49fa4f --- /dev/null +++ b/README.MD @@ -0,0 +1,25 @@ +# Program Manager + +Configuration files are stored in `~/.config/programmanager` +Each program is a separate toml config file: `program_name.toml` +The web interface it at port 4057. + +# Config Options + +```toml +# The command to run. +command = "command --to run" + +# directory for command to be run from. +workdir = "/path/to/working/directory" + +# Whether or not to start the program +# when the program manager is started +# (so you have to start it manually) +start = true or false + +# environment variables +[env] +variablename1 = "variablevalue 1" +variablename2 = "variable value 2" +``` \ No newline at end of file diff --git a/source/pause.svg b/source/pause.svg new file mode 100644 index 0000000..e54bf65 --- /dev/null +++ b/source/pause.svg @@ -0,0 +1,59 @@ + + + + + + + + + + +