mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-30 14:39:24 +02:00
apparance: hinting of Cantarell seems a bit off. Switch to DejaVu Sans.
This commit is contained in:
parent
22dde5b7e9
commit
9575aab75b
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
local theme = loadrc("../themes/nice-and-clean-theme/theme")
|
||||
if theme then
|
||||
theme.wallpaper_cmd = { "/bin/true" }
|
||||
theme.font = "Cantarell 9"
|
||||
theme.font = "DejaVu Sans 9"
|
||||
theme.border_width = 2
|
||||
theme.border_normal = "#00000000"
|
||||
theme.border_focus = theme.border_focus .. "66"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue