Closed ramgp closed 1 year ago
You need to explicitly set the colors for your item. To set them to the same color as the time
item, use the following:
set --universal tide_uptime_color $tide_time_color
set --universal tide_uptime_bg_color $tide_time_bg_color
I wrote this function trying to add the uptime info to my right-side prompt:
set -a tide_right_prompt_items uptime
I didn't want a new section with a separator and so on, reason I didn't use the_tide_print_item
helper, I want it next to the current timeI want it to have the same colors as the current time item, but the bg color leaks into the prompt on the next line How can I prevent this from happening?