diff options
author | ZachIR <zachir@librem.one> | 2025-04-25 19:29:05 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-25 19:29:05 -0500 |
commit | 9bdd83b3586e7e7b23c0c320290058905c3b049f (patch) | |
tree | 80b56324f36557a8ea769a91300378762b06d97b | |
parent | bb8562117c6cb324c60e79847dfd50583e73f52a (diff) |
Allow gtk-2.0 rc file in user dir
-rw-r--r-- | gtk-2.0/gtkrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index d0152f7..67ac62b 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -1,6 +1,7 @@ # DO NOT EDIT! This file will be overwritten by nwg-look. # Any customization should be done in ~/.gtkrc-2.0.mine instead. +include "/home/zachir/.gtkrc-2.0.mine" gtk-theme-name="Flat-Remix-GTK-Red-Darkest" gtk-icon-theme-name="Cosmic" gtk-font-name="Noto Sans, 10" |