mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-desktop: merging things from fsscript
This commit is contained in:
parent
8d4430d896
commit
ef67c1c019
3 changed files with 14 additions and 7 deletions
2
pentoo/pentoo-desktop/files/gtkrc-2.0
Normal file
2
pentoo/pentoo-desktop/files/gtkrc-2.0
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
gtk-theme-name=Xfce-basic
|
||||
gtk-icon-theme-name=Tango
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
</property>
|
||||
<property name="Xft" type="empty">
|
||||
<property name="DPI" type="empty"/>
|
||||
<property name="Antialias" type="empty"/>
|
||||
<property name="Antialias" type="int" value="1"/>
|
||||
<property name="Hinting" type="empty"/>
|
||||
<property name="HintStyle" type="string" value="hintfull"/>
|
||||
<property name="RGBA" type="string" value="rgb"/>
|
||||
|
|
@ -35,4 +35,4 @@
|
|||
<property name="CursorThemeSize" type="empty"/>
|
||||
<property name="DecorationLayout" type="empty"/>
|
||||
</property>
|
||||
</channel>
|
||||
</channel>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
EAPI="6"
|
||||
|
||||
KEYWORDS="amd64 arm x86"
|
||||
DESCRIPTION="Pentoo meta ebuild to install all X and WM/DE related things"
|
||||
|
|
@ -116,10 +116,15 @@ src_install() {
|
|||
doins "${FILESDIR}"/domo-roolz.jpg
|
||||
doins "${FILESDIR}"/domo-roolz-shmoocon2014.png
|
||||
doins "${FILESDIR}"/tux-winfly-killah.1600x1200.jpg
|
||||
insinto /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml
|
||||
doins "${FILESDIR}"/xfce4-desktop.xml
|
||||
doins "${FILESDIR}"/xsettings.xml
|
||||
dosym /usr/share/pentoo/wallpaper/domo-roolz.jpg /usr/share/backgrounds/xfce/domo-roolz.jpg
|
||||
dosym /usr/share/pentoo/wallpaper/domo-roolz-shmoocon2014.png /usr/share/backgrounds/xfce/domo-roolz-shmoocon2014.png
|
||||
dosym /usr/share/pentoo/wallpaper/tux-winfly-killah.1600x1200.jpg /usr/share/backgrounds/xfce/tux-winfly-killah.1600x1200.jpg
|
||||
|
||||
insinto /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml
|
||||
doins "${FILESDIR}"/xfce4-desktop.xml
|
||||
doins "${FILESDIR}"/xsettings.xml
|
||||
|
||||
#gtk-theme-switch needs X so do it manually
|
||||
insinto /etc/skel
|
||||
newins "${FILESDIR}"/gtkrc-2.0 .gtkrc-2.0
|
||||
}
|
||||
Loading…
Reference in a new issue