From ee5b32fcad238a39a0233993037f745d93b04920 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 23:15:11 +0200 Subject: [PATCH] addet git functions --- amro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amro.toml b/amro.toml index 318d381..a4fff63 100644 --- a/amro.toml +++ b/amro.toml @@ -65,7 +65,7 @@ foreground_templates = [ "{{ if gt .Ahead 0 }}p:terminal-yellow{{ end }}", "{{ if gt .Behind 0 }}p:celeste-blue{{ end }}" ] -template = "({{ .HEAD}})" +template = ' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}' [blocks.segments.properties] fetch_status = true