make bar nicer

This commit is contained in:
zoe 2022-09-02 10:34:38 +02:00
parent 8146c16d35
commit 9b53fdd58d
1 changed files with 4 additions and 1 deletions

View File

@ -54,11 +54,14 @@ def _get_powerline_arrow(direction: _PowerLineDirection, accent: _Accent, end=Fa
bg = _Accent.A.value
return widget.TextBox(
font="CaskaydiaCove Nerd Font Mono",
text=text,
foreground=accent.value,
background=bg,
fontsize=24,
fontsize=22,
padding=0,
markup=False,
max_chars = 1
)