diff --git a/config/barpyrus/config.py b/config/barpyrus/config.py index ec50d99..61f5803 100644 --- a/config/barpyrus/config.py +++ b/config/barpyrus/config.py @@ -68,7 +68,7 @@ grey_frame = Theme(bg = '#303030', fg = '#EFEFEF', padding = (3,3)) if os.uname().nodename == "warthog": bar = lemonbar.Lemonbar(geometry = (x,y,width,height), font = "*-*-lucidatypewriter-medium-*-*-*-26-*-*-*-*-*-*-*", - symbol_font = "-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1") + symbol_font = "-wuncon-siji-medium-r-normal--26-200-100-*-c-*-iso10646-1") else: bar = lemonbar.Lemonbar(geometry = (x,y,width,height), font = "*-*-lucidatypewriter-medium-*-*-*-12-*-*-*-*-*-*-*",