mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 19:54:21 +02:00
appearance: don't use Terminus as default GTK+ font
This commit is contained in:
parent
254af5b260
commit
6bc35992f2
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ beautiful.init(awful.util.getdir("config") .. "/rc/theme.lua")
|
|||
-- kept up-to-date with GTK2 and GTK3...
|
||||
|
||||
-- Also see: http://developer.gnome.org/gtk3/3.2/GtkSettings.html
|
||||
local gtk = 'gtk-font-name="' .. beautiful.font .. '"' .. [[
|
||||
|
||||
local gtk = [[
|
||||
gtk-font-name="DejaVu Sans 9"
|
||||
gtk-theme-name="Adwaita"
|
||||
gtk-icon-theme-name="gnome-wine"
|
||||
gtk-fallback-icon-theme="gnome"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue