diff --git a/themes/atomic.omp.json b/themes/atomic.omp.json index 02e10f77..16e042c7 100644 --- a/themes/atomic.omp.json +++ b/themes/atomic.omp.json @@ -204,13 +204,14 @@ "background": "#b2bec3", "foreground": "#222222", "leading_diamond": "\ue0b6", + "trailing_diamond": "\ue0b2", "properties": { "linux": "\ue712", "macos": "\ue711", "windows": "\ue70f" }, "style": "diamond", - "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#222222> \ue0b2", + "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ", "type": "os" }, { @@ -222,14 +223,14 @@ ], "foreground": "#262626", "invert_powerline": true, - "leading_diamond": "\ue0b2", + "powerline_symbol": "\ue0b2", "properties": { "charged_icon": "\uf240 ", "charging_icon": "\uf1e6 ", "discharging_icon": "\ue234 " }, - "style": "diamond", - "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 <#262626>\ue0b2", + "style": "powerline", + "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 ", "type": "battery" }, {