awesome: increase font size

This commit is contained in:
Oliver Davies 2024-07-06 00:00:00 +01:00
parent e6e55d8af8
commit c90b77f4a1

View file

@ -7,7 +7,7 @@ local gears = require "gears"
local wibox = require "wibox"
local text = wibox.widget {
font = "sans 9",
font = "sans 10",
widget = wibox.widget.textbox,
}