mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
133 lines
3.5 KiB
JSON
133 lines
3.5 KiB
JSON
{
|
|
"blocks": [
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"type": "session",
|
|
"style": "diamond",
|
|
"foreground": "#ffffff",
|
|
"background": "#c386f1",
|
|
"leading_diamond": "",
|
|
"trailing_diamond": "",
|
|
"properties": {
|
|
"user_info_separator": "@",
|
|
"postfix": " "
|
|
}
|
|
},
|
|
{
|
|
"type": "spotify",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#ffffff",
|
|
"background": "#1BD760",
|
|
"properties": {
|
|
"prefix": " ",
|
|
"paused_icon": " ",
|
|
"playing_icon": " "
|
|
}
|
|
},
|
|
{
|
|
"type": "path",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#ffffff",
|
|
"background": "#ff479c",
|
|
"properties": {
|
|
"prefix": " ",
|
|
"style": "folder"
|
|
}
|
|
},
|
|
{
|
|
"type": "git",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#193549",
|
|
"background": "#fffb38",
|
|
"properties": {
|
|
"branch_icon": "",
|
|
"branch_identical_icon": "≡",
|
|
"branch_ahead_icon": "↑",
|
|
"branch_behind_icon": "↓",
|
|
"branch_gone_icon": "≢",
|
|
"local_working_icon": "",
|
|
"local_staged_icon": ""
|
|
}
|
|
},
|
|
{
|
|
"type": "battery",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#193549",
|
|
"background": "#f36943",
|
|
"properties": {
|
|
"battery_icon": "",
|
|
"discharging_icon": " ",
|
|
"charging_icon": " ",
|
|
"charged_icon": " ",
|
|
"color_background": true,
|
|
"charged_color": "#4caf50",
|
|
"charging_color": "#40c4ff",
|
|
"discharging_color": "#ff5722",
|
|
"postfix": " "
|
|
}
|
|
},
|
|
{
|
|
"type": "node",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#ffffff",
|
|
"background": "#6CA35E",
|
|
"properties": {
|
|
"prefix": " "
|
|
}
|
|
},
|
|
{
|
|
"type": "root",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#111111",
|
|
"background": "#ffff66",
|
|
"properties": {
|
|
"root_icon": ""
|
|
}
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#ffffff",
|
|
"background": "#0077c2",
|
|
"properties": {
|
|
"prefix": " "
|
|
}
|
|
},
|
|
{
|
|
"type": "root",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#ffffff",
|
|
"background": "#ffff66"
|
|
},
|
|
{
|
|
"type": "exit",
|
|
"style": "diamond",
|
|
"foreground": "#ffffff",
|
|
"background": "#2e9599",
|
|
"leading_diamond": "",
|
|
"trailing_diamond": "",
|
|
"properties": {
|
|
"display_exit_code": false,
|
|
"always_enabled": true,
|
|
"error_color": "#f1184c",
|
|
"color_background": true,
|
|
"prefix": "<transparent></> "
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"final_space": true
|
|
}
|