From 3ea5423114bdab63b0cd94e0ff695a91d9ef4855 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 15 Dec 2016 23:53:53 +0100 Subject: [PATCH] barpyrus: add font for normal dpi --- config/barpyrus/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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),