mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-22 16:31:26 +00:00
update gtk
This commit is contained in:
parent
1c3469fa68
commit
92453d7d86
|
@ -1,5 +1,5 @@
|
||||||
[Filechooser Settings]
|
[Filechooser Settings]
|
||||||
LocationMode=path-bar
|
LocationMode=filename-entry
|
||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=0
|
GeometryX=0
|
||||||
|
|
|
@ -189,3 +189,7 @@ GtkTreeMenu .menuitem * {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* menu-on */
|
/* menu-on */
|
||||||
|
|
||||||
|
.deadd-noti-center {
|
||||||
|
font-family: 'Mononoki';
|
||||||
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# -- THEME AUTO-WRITTEN DO NOT EDIT
|
# -- 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" {
|
style "user-font" {
|
||||||
font_name = "Terminus 12"
|
font_name = "Mononoki 12"
|
||||||
}
|
}
|
||||||
|
|
||||||
widget_class "*" style "user-font"
|
widget_class "*" style "user-font"
|
||||||
|
|
||||||
gtk-font-name="Terminus 12"
|
gtk-font-name="Mononoki 12"
|
||||||
|
|
||||||
include "/home/horhik/.gtkrc.mine"
|
include "/home/horhik/.gtkrc.mine"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue