I need to get a hollow triangle before a powerline #6628
Unanswered
VarnokConqueror
asked this question in
Troubleshoot
Replies: 1 comment 1 reply
-
|
@VarnokConqueror is this what you want? {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"neon_cyan": "#00FFFF",
"neon_green": "#00FF80",
"neon_green_alt": "#00FF00",
"neon_magenta": "#FF00FF",
"deep_blue": "#0f3460",
"dark_navy": "#1a1a2e",
"black": "#000000",
"transparent": "transparent"
},
"secondary_prompt": {
"template": "<p:neon_magenta,transparent>\ue0b6</><,p:neon_magenta> > </><p:neon_magenta,transparent>\ue0b0</> ",
"foreground": "p:black",
"background": "transparent"
},
"transient_prompt": {
"template": "<p:neon_magenta,transparent>\ue0b6</><,p:neon_magenta> {{ .Folder }} </><p:neon_magenta,transparent>\ue0b0</> ",
"foreground": "p:black",
"background": "transparent"
},
"upgrade": {
"source": "cdn",
"interval": "168h",
"auto": false,
"notice": false
},
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "diamond",
"foreground": "#FFFFFF",
"background": "#00193A",
"leading_diamond": "\ue0b6",
"template": " ☠ "
},
{
"type": "text",
"style": "powerline",
"foreground": "p:neon_magenta",
"background": "#00193A",
"powerline_symbol": "\ue0b0",
"template": "VARNOK "
},
{
"type": "text",
"style": "plain",
"foreground": "#66FF80",
"background": "transparent",
"template": "\ue0b1"
},
{
"type": "text",
"style": "plain",
"foreground": "#66FF80",
"background": "transparent",
"template": "\ue0b1"
},
{
"type": "text",
"style": "plain",
"foreground": "#00FF80",
"background": "#132B27",
"template": "<transparent,background>\ue0b0</> RUIN DRIVE "
},
{
"type": "text",
"style": "plain",
"foreground": "#132B27",
"background": "transparent",
"template": "\ue0b0"
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "p:neon_magenta",
"background": "transparent",
"template": "CHAOS"
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "git",
"style": "plain",
"foreground": "p:neon_green",
"background": "transparent",
"properties": {
"branch_icon": "\ue725",
"fetch_status": false
},
"template": "\ue725"
},
{
"type": "shell",
"style": "plain",
"foreground": "p:neon_magenta",
"background": "transparent",
"template": " in {{ .Name }}"
},
{
"type": "text",
"style": "plain",
"foreground": "p:neon_green",
"background": "transparent",
"template": " at"
},
{
"type": "time",
"style": "plain",
"foreground": "p:neon_green",
"background": "transparent",
"properties": {
"time_format": "15:04:05"
},
"template": " {{ .CurrentDate | date \"15:04:05\" }}"
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "p:neon_magenta",
"background": "transparent",
"template": "ONLINE"
}
]
}
],
"version": 3,
"final_space": true
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just can't seem to figure this out and am wondering if any of you wonderful people can help me...As you can see in these photos (the first being correct, the second incorrect), I need that 2nd neon green line to be hollow inside (on the left in between the lines). I've been working at it for far too long and it's time to ask for help. I have searched and tried numerous things. Nothing seems to work.
{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "palette": { "neon_cyan": "#00FFFF", "neon_green": "#00FF80", "neon_green_alt": "#00FF00", "neon_magenta": "#FF00FF", "deep_blue": "#0f3460", "dark_navy": "#1a1a2e", "black": "#000000", "transparent": "transparent" }, "secondary_prompt": { "template": "<p:neon_magenta,transparent>\ue0b6</><,p:neon_magenta> > </><p:neon_magenta,transparent>\ue0b0</> ", "foreground": "p:black", "background": "transparent" }, "transient_prompt": { "template": "<p:neon_magenta,transparent>\ue0b6</><,p:neon_magenta> {{ .Folder }} </><p:neon_magenta,transparent>\ue0b0</> ", "foreground": "p:black", "background": "transparent" }, "upgrade": { "source": "cdn", "interval": "168h", "auto": false, "notice": false }, "console_title_template": "{{ .Shell }} in {{ .Folder }}", "blocks": [ { "type": "prompt", "alignment": "left", "segments": [ { "type": "text", "style": "diamond", "foreground": "#FFFFFF", "background": "#00193A", "leading_diamond": "\ue0b6", "template": " ☠ " }, { "type": "text", "style": "powerline", "foreground": "p:neon_magenta", "background": "#00193A", "powerline_symbol": "\ue0b0", "template": "VARNOK " } ] }, { "type": "prompt", "alignment": "left", "segments": [ { "type": "text", "style": "plain", "foreground": "#66FF80", "background": "transparent", "template": "\ue0b1" }, { "type": "text", "style": "plain", "foreground": "#66FF80", "background": "#132B27", "template": "\ue0b1" }, { "type": "text", "style": "plain", "foreground": "#00FF80", "background": "#132B27", "template": " RUIN DRIVE " }, { "type": "text", "style": "plain", "foreground": "#132B27", "background": "transparent", "template": "\ue0b0" } ] }, { "type": "prompt", "alignment": "right", "segments": [ { "type": "text", "style": "plain", "foreground": "p:neon_magenta", "background": "transparent", "template": "CHAOS" } ] }, { "type": "prompt", "alignment": "left", "newline": true, "segments": [ { "type": "git", "style": "plain", "foreground": "p:neon_green", "background": "transparent", "properties": { "branch_icon": "\ue725", "fetch_status": false }, "template": "\ue725" }, { "type": "shell", "style": "plain", "foreground": "p:neon_magenta", "background": "transparent", "template": " in {{ .Name }}" }, { "type": "text", "style": "plain", "foreground": "p:neon_green", "background": "transparent", "template": " at" }, { "type": "time", "style": "plain", "foreground": "p:neon_green", "background": "transparent", "properties": { "time_format": "15:04:05" }, "template": " {{ .CurrentDate | date \"15:04:05\" }}" } ] }, { "type": "prompt", "alignment": "right", "segments": [ { "type": "text", "style": "plain", "foreground": "p:neon_magenta", "background": "transparent", "template": "ONLINE" } ] } ], "version": 3, "final_space": true }Beta Was this translation helpful? Give feedback.
All reactions