diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-07-29 00:19:37 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-07-29 00:19:37 +0000 |
commit | 3819eddf91eb95e887157e845a863e48ae5d1c05 (patch) | |
tree | e23792503171b90c625af4759e20dbf28aee2738 /gnome-base | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-3819eddf91eb95e887157e845a863e48ae5d1c05.tar.gz gentoo-2-3819eddf91eb95e887157e845a863e48ae5d1c05.tar.bz2 gentoo-2-3819eddf91eb95e887157e845a863e48ae5d1c05.zip |
set correct default gtk theme and a nicer (imho) background color
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gdm/gdm-2.2.3.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome-base/gdm/gdm-2.2.3.1.ebuild b/gnome-base/gdm/gdm-2.2.3.1.ebuild index 124036cb3b31..97f9b1512cc9 100644 --- a/gnome-base/gdm/gdm-2.2.3.1.ebuild +++ b/gnome-base/gdm/gdm-2.2.3.1.ebuild @@ -67,7 +67,10 @@ src_install() { cd ${D}/etc/X11/gdm cp gdm.conf gdm.conf.orig sed -e "s:0=/usr/X11R6/bin/X:0=/usr/X11R6/bin/X -dpi 100 dpms vt12:g" \ + -e "s:GtkRC=/opt/gnome/share/themes/Default/gtk/gtkrc:GtkRC=/usr/X11R6/share/themes/gtk/gtkrc:g" \ + -e "s:BackgroundColor=#007777:BackgroundColor=#2a3f5b:g" \ gdm.conf.orig > gdm.conf + rm gdm.conf.orig cd ${S} |