mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
Update
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user