diff options
| author | JameyBear <WhispersofJ@gmail.com> | 2020-01-28 15:10:05 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-28 15:10:05 -0500 |
| commit | 3e18f8905b67cbb7214d424ceb898e8f98c0f500 (patch) | |
| tree | 34834833c1966dac9ca477557a48dd0902cb9f2c | |
| parent | 251daef5bfc131495e2a4903e4fbac11ebb5ef04 (diff) | |
| download | eibhear-3e18f8905b67cbb7214d424ceb898e8f98c0f500.tar.gz eibhear-3e18f8905b67cbb7214d424ceb898e8f98c0f500.tar.zst eibhear-3e18f8905b67cbb7214d424ceb898e8f98c0f500.zip | |
Update gtkrc-2.0 (#469)
Portability
| -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" |
