How can I add a segment which inherits the background color of the previous one? #988
Answered
by
TheOnlyTails
TheOnlyTails
asked this question in
Troubleshoot
|
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? |
Answered by
TheOnlyTails
Sep 24, 2021
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? |
5 replies
|
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": ""
}
} |
1 reply
Answer selected by
TheOnlyTails
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Looks amazing! I'm very impressed with how fast this was done, @JanDeDobbeleer!