awesome: change font size
This commit is contained in:
parent
b661f78a28
commit
960b354b31
|
@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir()
|
||||||
|
|
||||||
local theme = {}
|
local theme = {}
|
||||||
|
|
||||||
theme.font = "sans 10"
|
theme.font = "sans 9"
|
||||||
|
|
||||||
theme.bg_normal = "#222222"
|
theme.bg_normal = "#222222"
|
||||||
theme.bg_focus = "#535d6c"
|
theme.bg_focus = "#535d6c"
|
||||||
|
|
|
@ -7,7 +7,7 @@ local gears = require "gears"
|
||||||
local wibox = require "wibox"
|
local wibox = require "wibox"
|
||||||
|
|
||||||
local text = wibox.widget {
|
local text = wibox.widget {
|
||||||
font = "sans 10",
|
font = "sans 9",
|
||||||
widget = wibox.widget.textbox,
|
widget = wibox.widget.textbox,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue