diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-02-01 16:07:22 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-02-01 16:07:22 -0500 |
| commit | af6f380c31dde220b7dcd5495201ac221c98cef3 (patch) | |
| tree | 3c3aedd82ed531d1d198f969f3cc227d7cb18163 /.config/gtk-2.0 | |
| parent | 2da95a09ee649e4b601587f6df9ab8af5e3da001 (diff) | |
| parent | 63402cdff093e88d8429a84c5e219da195bee434 (diff) | |
| download | eibhear-af6f380c31dde220b7dcd5495201ac221c98cef3.tar.gz eibhear-af6f380c31dde220b7dcd5495201ac221c98cef3.tar.zst eibhear-af6f380c31dde220b7dcd5495201ac221c98cef3.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/gtk-2.0')
| -rw-r--r-- | .config/gtk-2.0/gtkrc-2.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/gtk-2.0/gtkrc-2.0 b/.config/gtk-2.0/gtkrc-2.0 index 9aa6a6e..da4d02e 100644 --- a/.config/gtk-2.0/gtkrc-2.0 +++ b/.config/gtk-2.0/gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/luke/.gtkrc-2.0.mine" +include "~/.gtkrc-2.0.mine" gtk-theme-name="Arc-Gruvbox" gtk-icon-theme-name="Adwaita" gtk-font-name="Sans 10" |
