mirror of
https://github.com/Luzifer/tmux-collector.git
synced 2024-12-22 13:51:19 +00:00
Adjust character for nerdfonts powerline symbol
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f0ee7d5b8b
commit
eefab59b09
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue