wallpaper-daemon: I hate threading

This commit is contained in:
2026-01-08 19:22:09 +01:00
parent 54031fe915
commit 864a89ba4e
2 changed files with 29 additions and 12 deletions
+6 -1
View File
@@ -41,7 +41,12 @@
"options": {
"branch_icon": "\ue725 ",
"fetch_status": true,
"fetch_upstream_icon": true
"fetch_upstream_icon": true,
"mapped_branches": {
"feat/*": "🚀 ",
"bug/*": "🐛 ",
"dev/*": "🚧 "
}
},
"style": "powerline",
"template": " {{ .UpstreamIcon }} {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",