diff --git a/config/barpyrus/config.py b/config/barpyrus/config.py index 5f45449..3e21937 100644 --- a/config/barpyrus/config.py +++ b/config/barpyrus/config.py @@ -30,7 +30,8 @@ if os.uname().nodename == "warthog": bar = lemonbar.Lemonbar(geometry = (x,y,width,height), font = "-*-lucidatypewriter-medium-*-*-*-26-*-*-*-*-*-*-*") else: - bar = lemonbar.Lemonbar(geometry = (x,y,width,height)) + bar = lemonbar.Lemonbar(geometry = (x,y,width,height), + font = "-*-lucidatypewriter-medium-*-*-*-12-*-*-*-*-*-*-*") bar.widget = W.ListLayout([ W.RawLabel('%{l}'), hlwm.HLWMTags(hc, monitor),