From cff611e74875a87080be74d0350aaf3f54f61c56 Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 24 Jul 2023 15:22:45 +0200 Subject: [PATCH] Add documentation for pretext --- articles/spmenu.conf documentation.md | 21 +++++++++++++++++++++ articles/theme.conf documentation.md | 18 ++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/articles/spmenu.conf documentation.md b/articles/spmenu.conf documentation.md index 1be1d0e..b64da5c 100644 --- a/articles/spmenu.conf documentation.md +++ b/articles/spmenu.conf documentation.md @@ -191,6 +191,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **spmenu.text.prompt** - Description: Prompt to display when one was not specified - Type: String +- **spmenu.text.pretext** + - Description: Pretext to display when one was not specified + - Type: String - **spmenu.text.input** - Description: Input to start spmenu with - Type: String @@ -260,6 +263,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **spmenu.color.promptbg** - Description: Prompt background color (#RRGGBB) - Type: String +- **spmenu.color.pretextfg** + - Description: Pretext foreground color (#RRGGBB) + - Type: String +- **spmenu.color.pretextbg** + - Description: Pretext background color (#RRGGBB) + - Type: String - **spmenu.color.larrowfg** - Description: Left arrow foreground color (#RRGGBB) - Type: String @@ -417,6 +426,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **spmenu.alpha.promptbg** - Description: Prompt background alpha (0-255) - Type: Integer +- **spmenu.alpha.pretextfg** + - Description: Pretext foreground alpha (0-255) + - Type: Integer +- **spmenu.alpha.pretextbg** + - Description: Pretext background alpha (0-255) + - Type: Integer - **spmenu.alpha.larrowfg** - Description: Left arrow foreground alpha (0-255) - Type: Integer @@ -514,6 +529,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **spmenu.hide.prompt** - Description: Hide prompt (0/1) - Type: Integer +- **spmenu.hide.pretext** + - Description: Hide pretext (0/1) + - Type: Integer - **spmenu.hide.powerline** - Description: Hide powerline (0/1) - Type: Integer @@ -674,6 +692,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **spmenu.pango.prompt** - Description: Interpret Pango markup for the prompt (0/1) - Type: Integer +- **spmenu.pango.pretext** + - Description: Interpret Pango markup for the pretext (0/1) + - Type: Integer - **spmenu.pango.input** - Description: Interpret Pango markup for the input (0/1) - Type: Integer diff --git a/articles/theme.conf documentation.md b/articles/theme.conf documentation.md index 51eb783..be4a30d 100644 --- a/articles/theme.conf documentation.md +++ b/articles/theme.conf documentation.md @@ -81,6 +81,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **theme.text.prompt** - Description: Prompt to display when one was not specified - Type: String +- **theme.text.pretext** + - Description: Pretext to display when one was not specified + - Type: String - **theme.text.input** - Description: Input to start spmenu with - Type: String @@ -144,6 +147,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **theme.color.promptbg** - Description: Prompt background color (#RRGGBB) - Type: String +- **theme.color.pretextfg** + - Description: Pretext foreground color (#RRGGBB) + - Type: String +- **theme.color.pretextbg** + - Description: Pretext background color (#RRGGBB) + - Type: String - **theme.color.larrowfg** - Description: Left arrow foreground color (#RRGGBB) - Type: String @@ -301,6 +310,12 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **theme.alpha.promptbg** - Description: Prompt background alpha (0-255) - Type: Integer +- **theme.alpha.pretextfg** + - Description: Pretext foreground alpha (0-255) + - Type: Integer +- **theme.alpha.pretextbg** + - Description: Pretext background alpha (0-255) + - Type: Integer - **theme.alpha.larrowfg** - Description: Left arrow foreground alpha (0-255) - Type: Integer @@ -464,6 +479,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long. - **theme.pango.prompt** - Description: Interpret Pango markup for the prompt (0/1) - Type: Integer +- **theme.pango.pretext** + - Description: Interpret Pango markup for the pretext (0/1) + - Type: Integer - **theme.pango.input** - Description: Interpret Pango markup for the input (0/1) - Type: Integer