mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-22 08:21:27 +00:00
update gtk
This commit is contained in:
parent
1c3469fa68
commit
92453d7d86
|
@ -1,5 +1,5 @@
|
|||
[Filechooser Settings]
|
||||
LocationMode=path-bar
|
||||
LocationMode=filename-entry
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=0
|
||||
|
|
|
@ -189,3 +189,7 @@ GtkTreeMenu .menuitem * {
|
|||
}
|
||||
|
||||
/* menu-on */
|
||||
|
||||
.deadd-noti-center {
|
||||
font-family: 'Mononoki';
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue