Closed NucleoFusion closed 2 weeks ago
@NucleoFusion you added the newline
to the segment
but it needs to be on block
:
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"os": "#ACB0BE",
"closer": "p:os",
"pink": "#F4B8E4",
"lavender": "#BABBF1",
"blue": "#8CAAEE"
},
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "p:os",
"style": "plain",
"template": "{{.Icon}} ",
"type": "os"
},
{
"foreground": "p:blue",
"style": "plain",
"template": "{{ .UserName }} ",
"type": "session"
},
{
"foreground": "p:lavender",
"properties": {
"folder_icon": "..\ue5fe..",
"home_icon": "~",
"style": "folder"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"foreground": "p:blue",
"properties": {
"branch_icon": "\ue725 ",
"cherry_pick_icon": "\ue29b ",
"commit_icon": "\uf417 ",
"fetch_status": false,
"fetch_upstream_icon": false,
"merge_icon": "\ue727 ",
"no_commits_icon": "\uf0c3 ",
"rebase_icon": "\ue728 ",
"revert_icon": "\uf0e2 ",
"tag_icon": "\uf412 "
},
"template": "{{ .HEAD }} ",
"style": "plain",
"type": "git"
}
],
"type": "prompt"
},
{
"alignment": "left",
"type": "prompt",
"newline": true
"segments": [
{
"style": "plain",
"foreground": "p:closer",
"template": "\uf105",
"type": "text"
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"style": "plain",
"foreground": "p:lavender",
"type": "time",
"template": "{{.CurrentDate | date .Format }}"
}
]
}
],
"final_space": true,
"version": 3
}
Code of Conduct
What happened?
I copy pasted the catppuccin-frappe file in my config and was making some changes, which was to have the prompt on a newline, but it doesnt work as intended, i want the '>' to come on the newline
Theme
catppuccin-frappe + my own config
What OS are you seeing the problem on?
Linux
Which shell are you using?
zsh
Log output