Update

Ilan Cosman 2021-08-18 05:24:37 -07:00
parent 6d45f5f35f
commit 13fc4148f2

@ -219,12 +219,14 @@ Note: this module is disabled by default.
## status
| Variable | Description | Type |
| ------------- | --------------------------------------------------------------- | ------ |
| failure_color | color of failed status | color |
| failure_icon | symbol to display when the last command failed >1 | string |
| success_color | color of successful status | color |
| success_icon | symbol to display when the last command in a pipeline succeeded | string |
| Variable | Description | Type |
| ---------------- | ----------------------------------- | ------ |
| bg_color | background color when `$status` = 0 | color |
| bg_color_failure | background color when `$status` > 0 | color |
| color | color when `$status` = 0 | string |
| color_failure | color when `$status` > 0 | color |
| icon | icon when `$status` = 0 | string |
| icon_failure | icon when `$status` > 0 | string |
## time