Unable to get rid of the leading diamond symbol #478
Replies: 4 comments 6 replies
-
@tigerinus do you want the black triangle gone and be transparent, or the entire first powerline element gone and start with a rectangular background? |
Beta Was this translation helpful? Give feedback.
-
I want it to be gone. It'd also be nice to learn how to make it transparent, for customization elsewhere. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Alright, cool. The transparency should come out of the box unless your Windows Terminal has an acrylic or transparent background (bug on their backlog). To get rid of it completely, switch to either a |
Beta Was this translation helpful? Give feedback.
-
{
"final_space": true,
"osc99": false,
"console_title": false,
"console_title_style": "",
"console_title_template": "",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"type": "root",
"style": "plain",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#FFEE58",
"foreground_templates": null,
"background": "",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#100e23",
"foreground_templates": null,
"background": "#906cff",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": " "
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#efefef",
"foreground_templates": null,
"background": "#5858ff",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"folder_separator_icon": " ",
"home_icon": "🏠",
"folder_icon": "…",
"style": "mixed"
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"foreground_templates": null,
"background": "#ff8080",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": ""
}
}
]
}
]
} @JanDeDobbeleer - Thanks! |
Beta Was this translation helpful? Give feedback.
-
Prerequisites
CONTRIBUTING
guideDescription
I'd like to get rid of the leading diamond. However, setting
leading_diamond
tonull
or""
does not work:Environment
powerline
Steps to Reproduce
leading_diamond
tonull
or""
Expected behavior: The leading diamond for
path
segment is gone.Actual behavior: The leading diamond for
path
segment still exists.(before
pwsh
: bash + powerline)Beta Was this translation helpful? Give feedback.
All reactions