awesome: change font size

This commit is contained in:
Oliver Davies 2024-07-23 21:32:25 +01:00
parent b661f78a28
commit 960b354b31
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
theme.font = "sans 10"
theme.font = "sans 9"
theme.bg_normal = "#222222"
theme.bg_focus = "#535d6c"

View file

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