Quellcode durchsuchen

oh-my-posh: jujutsu

raylu vor 7 Monaten
Ursprung
Commit
1f35660221
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      config/oh-my-posh.toml

+ 10 - 0
config/oh-my-posh.toml

@@ -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 }} '