feat: add hostname & icons
This commit is contained in:
parent
3c37ae220f
commit
3de696e0fa
1 changed files with 9 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
||||||
format = lib.concatStrings [
|
format = lib.concatStrings [
|
||||||
"[░▒▓](#f5c2e7)"
|
"[░▒▓](#f5c2e7)"
|
||||||
"$username"
|
"$username"
|
||||||
|
"$hostname"
|
||||||
"[](bg:#f38ba8 fg:#f5c2e7)"
|
"[](bg:#f38ba8 fg:#f5c2e7)"
|
||||||
"$directory"
|
"$directory"
|
||||||
"[](fg:#f38ba8 bg:#eb7c92)"
|
"[](fg:#f38ba8 bg:#eb7c92)"
|
||||||
|
@ -27,7 +28,14 @@
|
||||||
show_always = true;
|
show_always = true;
|
||||||
style_user = "bg:#f5c2e7 fg:#11111b";
|
style_user = "bg:#f5c2e7 fg:#11111b";
|
||||||
style_root = "bg:#f5c2e7 fg:#11111b";
|
style_root = "bg:#f5c2e7 fg:#11111b";
|
||||||
format = "[$user ]($style)";
|
format = "[ $user ]($style)";
|
||||||
|
};
|
||||||
|
hostname = {
|
||||||
|
ssh_symbol = "";
|
||||||
|
style = "bg:#f5c2e7 fg:#11111b";
|
||||||
|
format = "[on $hostname]($style)";
|
||||||
|
ssh_only = false;
|
||||||
|
disabled = false;
|
||||||
};
|
};
|
||||||
directory = {
|
directory = {
|
||||||
style = "bg:#f38ba8 fg:#11111b";
|
style = "bg:#f38ba8 fg:#11111b";
|
||||||
|
@ -74,14 +82,12 @@
|
||||||
symbol = "";
|
symbol = "";
|
||||||
style = "bg:#e6657f fg:#11111b";
|
style = "bg:#e6657f fg:#11111b";
|
||||||
format = "[ $symbol ($version) ]($style)";
|
format = "[ $symbol ($version) ]($style)";
|
||||||
|
|
||||||
};
|
};
|
||||||
time = {
|
time = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
time_format = "%R"; # Hour:Minute Format
|
time_format = "%R"; # Hour:Minute Format
|
||||||
style = "bg:#e05a75 fg:#11111b";
|
style = "bg:#e05a75 fg:#11111b";
|
||||||
format = "[ $time ]($style)";
|
format = "[ $time ]($style)";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue