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