summaryrefslogtreecommitdiff
path: root/x11-misc/lightdm-gtk-greeter
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-08-25 21:50:25 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-08-25 21:50:25 +0300
commit5a44ad5b48ad66013343db9e8772c06078028827 (patch)
tree82438d7b04094e3928e3c938a7903e9662fa2bcf /x11-misc/lightdm-gtk-greeter
parent85a79b4ab16fcf92784f7904c8f41a14da9387df (diff)
[lightdm-gtk-greeter] fixat background pentru lightdm-gtk-greeter
Diffstat (limited to 'x11-misc/lightdm-gtk-greeter')
-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() {