diff --git a/starship.toml b/starship.toml index ddd65cc..ea3c646 100644 --- a/starship.toml +++ b/starship.toml @@ -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"