update gtk

This commit is contained in:
Horhik 2021-02-05 16:57:01 +03:00
parent 1c3469fa68
commit 92453d7d86
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[Filechooser Settings]
LocationMode=path-bar
LocationMode=filename-entry
ShowHidden=false
ShowSizeColumn=true
GeometryX=0

View File

@ -189,3 +189,7 @@ GtkTreeMenu .menuitem * {
}
/* menu-on */
.deadd-noti-center {
font-family: 'Mononoki';
}

View File

@ -1,13 +1,13 @@
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Gruvbox-Material-Dark/gtk-2.0/gtkrc"
include "/home/horhik/.themes/darkink/gtk-2.0/gtkrc"
style "user-font" {
font_name = "Terminus 12"
font_name = "Mononoki 12"
}
widget_class "*" style "user-font"
gtk-font-name="Terminus 12"
gtk-font-name="Mononoki 12"
include "/home/horhik/.gtkrc.mine"