1
0
Fork 0
mirror of https://github.com/Luzifer/tmux-collector.git synced 2024-12-22 22:01:19 +00:00

Adjust character for nerdfonts powerline symbol

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-08-19 12:21:23 +02:00
parent f0ee7d5b8b
commit eefab59b09
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -82,7 +82,7 @@ func main() {
} }
if lastBgColor != bg { if lastBgColor != bg {
output = append(output, fmt.Sprintf(" #[fg=%s,bg=%s]#[fg=%s,bg=%s] ", output = append(output, fmt.Sprintf(" #[fg=%s,bg=%s]\ue0b2#[fg=%s,bg=%s] ",
bg, lastBgColor, fg, bg, bg, lastBgColor, fg, bg,
)) ))
} else { } else {