mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 19:54:21 +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
|
@ -35,5 +35,5 @@ gtk3:close()
|
|||
|
||||
-- For QT, the configuration file is ~/.config/Trolltech.conf. It
|
||||
-- seems a bit complex to override it each time. The solution is to
|
||||
-- run qtconfig and to select "GTK+" for the style and "Cantarell 9"
|
||||
-- for the font.
|
||||
-- run qtconfig and to select "GTK+" for the style and the appropriate
|
||||
-- font.
|
||||
|
|
|
@ -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