summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0-r2.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0-r2.ebuild
index 7814016f..d1afc007 100644
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0-r2.ebuild
+++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0-r2.ebuild
@@ -28,14 +28,13 @@ RDEPEND="!!<x11-misc/lightdm-1.1.1
src_prepare() {
# Apply custom Kogaion settings
sed -i \
- -e 's:#background=.*:background=/usr/share/backgrounds/kgdm.png:' \
+ -e 's:#background=.*:background=/usr/share/backgrounds/kogaion-logo.png:' \
-e 's:#xft-hintstyle=.*:xft-hintstyle=hintfull:' \
-e 's:#xft-antialias=.*:xft-antialias=true:' \
-e 's:#position=.*:position=5% 50%:' \
-e 's:#xft-rgba=.*:xft-rgba=rgb:' "data/${PN}.conf" || die
insinto /usr/share/pixmaps
doins "${FILESDIR}/kogaion-logo.png"
- echo 'default-user-image=/usr/share/pixmaps/kogaion-logo.png' | tee -a /etc/lightdm/lightdm-gtk-greeter.conf
}
pkg_postinst() {