diff --git a/rc/theme.lua b/rc/theme.lua index 4687ab2..cce15f1 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -22,7 +22,7 @@ theme = {} theme.scale = scale() theme.icons = icons theme.wallpaper_cmd = { "/bin/true" } -theme.font = "Terminus (TTF) " .. 8 * theme.scale +theme.font = "Terminus (TTF) " .. 9 * theme.scale theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale theme.bg_normal = "#22222299"