Changing the qtile font.

This commit is contained in:
Rodolphe Breard 2015-11-03 00:43:45 +01:00
parent e881ca3844
commit f577499865

View file

@ -186,7 +186,7 @@ if __name__ in ['config', '__main__']:
auto_fullscreen = True auto_fullscreen = True
wmname = 'LG3D' wmname = 'LG3D'
widget_defaults = { widget_defaults = {
'font': 'Arial', 'font': 'freesans',
'fontsize': 16, 'fontsize': 16,
'padding': 3, 'padding': 3,
} }