git hyprland

This commit is contained in:
unexplrd
2025-03-07 13:13:58 +02:00
parent 37f0fc43b1
commit efd7fd542e
6 changed files with 590 additions and 141 deletions

View File

@ -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 }}";
}
];
}
{