awesome: Use Terminus (TTF) font
pango 1.44 dropped support for bitmap fonts (https://gitlab.gnome.org/GNOME/pango/issues/386)
This commit is contained in:
parent
1225f03b02
commit
c9a7a264df
|
@ -11,7 +11,7 @@ local helpers = require("lain.helpers")
|
|||
|
||||
local theme = {}
|
||||
|
||||
theme.font = "Terminess Powerline 8"
|
||||
theme.font = "Terminus (TTF) 9"
|
||||
|
||||
theme.colors = {}
|
||||
theme.colors.base03 = "#002b36"
|
||||
|
|
Reference in a new issue