How can I add a segment which inherits the background color of the previous one? #988
-
I made my shell line end with a rounding character ( But now I want it to basically round off whatever segment is currently at the end, basically meaning I want it to inherit the last segment's background color (in the block). Is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Can you put a copy of your theme?
But from what you explain you'd like a fixed segment at the end which takes the color of any previous segment? |
Beta Was this translation helpful? Give feedback.
-
Looks amazing! I'm very impressed with how fast this was done, @JanDeDobbeleer! {
"type": "text",
"style": "diamond",
"background": "inherit",
"foreground": "inherit",
"trailing_diamond": "\uE0B4", // this makes the end round
"properties": {
"text": ""
}
} |
Beta Was this translation helpful? Give feedback.
Looks amazing! I'm very impressed with how fast this was done, @JanDeDobbeleer!