barpyrus: add font for normal dpi

This commit is contained in:
Thomas Preisner 2016-12-15 23:53:53 +01:00
parent e1d2bfde60
commit 3ea5423114

View file

@ -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),