diff options
Diffstat (limited to 'theme.lua')
-rw-r--r-- | theme.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ beautiful.gap_single_client = false -- fonts beautiful.font_sans = beautiful.font -beautiful.font_mono = "monospace 8" -beautiful.font_mono_bold = "monospace, bold 8" +beautiful.font_mono = "monospace 10" +beautiful.font_mono_bold = "monospace, bold 10" beautiful.font = beautiful.font_mono beautiful.taglist_font = beautiful.font_sans |