update format

This commit is contained in:
Ray Elliott 2021-02-19 11:15:20 +00:00
parent fc680dec47
commit 9a0838453b
1 changed files with 8 additions and 8 deletions

View File

@ -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"