Last active
January 25, 2022 03:43
-
-
Save janegilring/1864e5b35aac99233dce8c4902b91ad2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, | |
"segments": [ | |
{ | |
"type": "os", | |
"style": "plain", | |
"foreground": "#26C6DA", | |
"background": "#546E7A", | |
"properties": { | |
"postfix": " \uE0B1" | |
} | |
}, | |
{ | |
"type": "text", | |
"style": "plain", | |
"foreground": "#E06C75", | |
"properties": { | |
"prefix": "", | |
"template": " {{ .Host }}" | |
} | |
}, | |
{ | |
"type":"sysinfo", | |
"powerline_symbol": "", | |
"foreground": "#ffffff", | |
"background": "#8f43f3", | |
"invert_powerline": true, | |
"properties": { | |
"prefix": " \uf85a ", | |
"postfix": "% ", | |
"precision": 2, | |
"template":"{{ round .PhysicalPercentUsed .Precision }}" | |
}, | |
"style":"powerline" | |
}, | |
{ | |
"type": "path", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#100e23", | |
"background": "#91ddff", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"style": "folder", | |
"prefix": "\uF115 ", | |
"postfix": " " | |
} | |
}, | |
{ | |
"type": "git", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#193549", | |
"background": "#fffb38", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"display_status": true, | |
"display_stash_count": true, | |
"display_upstream_icon": true | |
} | |
}, | |
{ | |
"type": "dotnet", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#ffffff", | |
"background": "#6CA35E", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"display_version": true, | |
"prefix": " " | |
} | |
}, | |
{ | |
"type": "root", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#ffffff", | |
"background": "#ffff66", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": null | |
}, | |
{ | |
"type": "exit", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#ffffff", | |
"background": "#2e9599", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"always_enabled": true, | |
"color_background": true, | |
"display_exit_code": false, | |
"error_color": "#f1184c", | |
"prefix": " " | |
} | |
}, | |
{ | |
"type": "executiontime", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#ffffff", | |
"background": "#8800dd", | |
"properties": { | |
"threshold": 500, | |
"style": "austin", | |
"prefix": " <#fefefe>\ufbab</> " | |
} | |
}, | |
{ | |
"type": "newline" | |
}, | |
{ | |
"type": "text", | |
"style": "plain", | |
"properties": { | |
"prefix": "\n", | |
"template": "PS >" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment