Add distrobox item

Ilan Cosman 2022-09-19 18:19:35 -07:00
parent 88194d28b7
commit d949f38101

@ -63,6 +63,7 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| [chruby](#chruby) | ruby version number using chruby | | [chruby](#chruby) | ruby version number using chruby |
| [cmd_duration](#cmd_duration) | duration of the last run command | | [cmd_duration](#cmd_duration) | duration of the last run command |
| [context](#context) | user@hostname in ssh or root | | [context](#context) | user@hostname in ssh or root |
| [distrobox](#distrobox) | whether we are in a distrobox |
| [docker](#docker) | docker context | | [docker](#docker) | docker context |
| [git](#git) | git repository status | | [git](#git) | git repository status |
| [go](#go) | go version | | [go](#go) | go version |
@ -141,6 +142,14 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| color | color of crystal item | color | | color | color of crystal item | color |
| icon | icon for the crystal item | string | | icon | icon for the crystal item | string |
### distrobox
| Variable | Description | Type |
| -------- | ------------------------------------------ | ------ |
| bg_color | background color of distrobox item | color |
| color | color of distrobox item | color |
| icon | icon to display next to the distrobox name | string |
### docker ### docker
| Variable | Description | Type | | Variable | Description | Type |
@ -299,11 +308,11 @@ Note: this module is disabled by default.
### toolbox ### toolbox
| Variable | Description | Type | | Variable | Description | Type |
| -------- | ------------------------------------------- | ------ | | -------- | ---------------------------------------- | ------ |
| bg_color | background color of toolbox item | color | | bg_color | background color of toolbox item | color |
| color | color of toolbox item | color | | color | color of toolbox item | color |
| icon | icon to display next to the toolbox version | string | | icon | icon to display next to the toolbox name | string |
### vi_mode ### vi_mode