mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
new prompt time
This commit is contained in:
parent
8c79d613f9
commit
0582e8de7b
1 changed files with 3 additions and 3 deletions
|
|
@ -36,15 +36,15 @@
|
|||
# Left Modules
|
||||
username = {
|
||||
disabled = false;
|
||||
format = "[$user]($style)";
|
||||
format = "[ $user]($style)";
|
||||
style_user = "fg:${keppel} bg:${rich_lemon}";
|
||||
style_root = "fg:${blood_red} bg:${rich_lemon}";
|
||||
};
|
||||
hostname = {
|
||||
disabled = false;
|
||||
format = "[@$hostname]($style)";
|
||||
format = "[@$hostname ]($style)";
|
||||
style = "fg:${keppel} bg:${rich_lemon}";
|
||||
ssh_only = true;
|
||||
ssh_only = false;
|
||||
ssh_symbol = "";
|
||||
};
|
||||
directory = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue