mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-29 04:49:39 -08:00
831 B
831 B
id | title | sidebar_label |
---|---|---|
session | Session | Session |
What
Show the current user and host name.
Sample Configuration
{
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#c386f1",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B0"
}
Properties
- user_info_separator:
string
- text/icon to put in between the user and host name. - user_color:
string
hex color code - override the foreground color of the user name. - host_color:
string
hex color code - override the foreground color of the host name. - display_user:
boolean
- display the user name or not default:true
. - display_host:
boolean
- display the host name or not default:true
.