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, }