|
|
@@ -56,6 +56,16 @@ final_space = true
|
|
|
fetch_upstream_icon = true
|
|
|
untracked_modes = {'*' = 'no'}
|
|
|
|
|
|
+ [[blocks.segments]]
|
|
|
+ type = 'jujutsu'
|
|
|
+ template = ' {{.ChangeID}}{{if .Working.Changed}} {{ .Working.String }}{{ end }} '
|
|
|
+ foreground = '#efdcf9'
|
|
|
+ background = '#341948'
|
|
|
+ style = 'powerline'
|
|
|
+ powerline_symbol = ''
|
|
|
+ [blocks.segments.properties]
|
|
|
+ fetch_status = true
|
|
|
+
|
|
|
[[blocks.segments]]
|
|
|
type = 'time'
|
|
|
template = ' {{ .CurrentDate | date .Format }} '
|