Added hostname

This commit is contained in:
FredzyW 2024-06-14 22:46:22 +02:00
parent a217fc98f3
commit 7366224738

View file

@ -14,6 +14,7 @@
"peach" = "#f5a97f"; "peach" = "#f5a97f";
"red" = "#ed8796"; "red" = "#ed8796";
"green" = "#a6da95"; "green" = "#a6da95";
"mauve" = "#c6a0f6";
}; };
"blocks"= [ "blocks"= [
{ {
@ -55,6 +56,12 @@
"foreground"= "p:closer"; "foreground"= "p:closer";
"type"= "text"; "type"= "text";
} }
{
"foreground"= "p:mauve";
"style"= "plain";
"template"= "{{ .UserName }}@{{ .HostName }} ";
"type"= "session";
}
]; ];
} }
{ {