From f577499865799e35c3992e11b111ad26780b328d Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 3 Nov 2015 00:43:45 +0100 Subject: [PATCH] Changing the qtile font. --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 3653067..5a3a972 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -186,7 +186,7 @@ if __name__ in ['config', '__main__']: auto_fullscreen = True wmname = 'LG3D' widget_defaults = { - 'font': 'Arial', + 'font': 'freesans', 'fontsize': 16, 'padding': 3, }