git hyprland
This commit is contained in:
@ -16,7 +16,7 @@ in {
|
||||
settings = {
|
||||
version = 2;
|
||||
final_space = true;
|
||||
console_title_template = "{{ .Shell }} in {{ .Folder }}";
|
||||
console_title_template = "{{ if .SSHSession }}[{{ .HostName }}] {{ end }}{{ .Shell }} in {{ .Folder }}";
|
||||
blocks = [
|
||||
{
|
||||
type = "prompt";
|
||||
@ -57,6 +57,15 @@ in {
|
||||
fetch_status = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
type = "session";
|
||||
style = "diamond";
|
||||
foreground = "white";
|
||||
background = "transparent";
|
||||
leading_diamond = "";
|
||||
trailing_diamond = "";
|
||||
template = "{{ if .SSHSession }} {{ .UserName }}@{{ .HostName }}{{ end }}";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
Reference in New Issue
Block a user