Added GTK theme + fixing starship

This commit is contained in:
zuma 2025-02-07 00:17:32 +01:00
parent a2d3cda826
commit 4642299aae
3 changed files with 61 additions and 25 deletions

View file

@ -3,32 +3,30 @@
enable = true;
settings = {
format = "$username@$hostname:$directory($cmd_duration)$character";
add_newline = false;
command_timeout = 1300;
scan_timeout = 50;
format = "$username@$hostname:$directory$character";
hostname = {
disabled = false;
format = "[$ssh_symbol](blue dimmed bold)[$hostname]($style)";
ssh_only = false;
style = "green dimmed bold";
};
directory = {
style = "blue";
};
username = {
format = "[$user]($style)";
show_always = true;
style_root = "red bold bg:0x9A348E";
style_user = "yellow bold bg:0x9A348E";
disabled = false;
};
character = {
success_symbol = "[](purple)";
error_symbol = "[](red)";
vimcmd_symbol = "[](green)";
};
cmd_duration = {
format = "[$duration]($style) ";
style = "yellow";
};
username = {
format = "[$user](bold white)";
};
hostname = {
ssh_only = false;
format = "[$hostname](bold red)";
disabled = false;
};
character = {
success_symbol = "[](bold green)";
error_symbol = "[](bold red)";
};
};
};
}