update format
This commit is contained in:
parent
fc680dec47
commit
9a0838453b
|
@ -1,18 +1,15 @@
|
|||
prompt_order = [
|
||||
"custom.separator",
|
||||
"line_break",
|
||||
"time",
|
||||
"username",
|
||||
"hostname",
|
||||
"line_break",
|
||||
"directory",
|
||||
"nodejs",
|
||||
"python",
|
||||
"php",
|
||||
"git_branch",
|
||||
"git_commit",
|
||||
"git_state",
|
||||
"git_status",
|
||||
"line_break",
|
||||
"nodejs",
|
||||
"python",
|
||||
"php",
|
||||
"line_break",
|
||||
"jobs",
|
||||
"battery",
|
||||
|
@ -54,9 +51,12 @@ symbol = "MEM: "
|
|||
separator = "/"
|
||||
style = "bold bright-red"
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
time_format = "%T"
|
||||
|
||||
[custom.separator]
|
||||
disabled = false
|
||||
disabled = true
|
||||
command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"'
|
||||
when = "true"
|
||||
style = "bold fg:white"
|
||||
|
|
Loading…
Reference in New Issue