Added hostname
This commit is contained in:
parent
a217fc98f3
commit
7366224738
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
"peach" = "#f5a97f";
|
||||
"red" = "#ed8796";
|
||||
"green" = "#a6da95";
|
||||
"mauve" = "#c6a0f6";
|
||||
};
|
||||
"blocks"= [
|
||||
{
|
||||
|
@ -55,6 +56,12 @@
|
|||
"foreground"= "p:closer";
|
||||
"type"= "text";
|
||||
}
|
||||
{
|
||||
"foreground"= "p:mauve";
|
||||
"style"= "plain";
|
||||
"template"= "{{ .UserName }}@{{ .HostName }} ";
|
||||
"type"= "session";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue