From c85194dfbe9962b1cd7446a8cbc431fc3d9505e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 10 Aug 2018 10:10:39 +0200 Subject: x11-themes/background-lnxpcs: change to black colors --- .../background-lnxpcs-0.1.3.ebuild | 33 ---------------------- .../background-lnxpcs/background-lnxpcs-0.2.ebuild | 33 ++++++++++++++++++++++ x11-themes/background-lnxpcs/files/i3lock-lnxpcs | 2 +- 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 x11-themes/background-lnxpcs/background-lnxpcs-0.1.3.ebuild create mode 100644 x11-themes/background-lnxpcs/background-lnxpcs-0.2.ebuild diff --git a/x11-themes/background-lnxpcs/background-lnxpcs-0.1.3.ebuild b/x11-themes/background-lnxpcs/background-lnxpcs-0.1.3.ebuild deleted file mode 100644 index 405e187..0000000 --- a/x11-themes/background-lnxpcs/background-lnxpcs-0.1.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -EAPI=6 - -DESCRIPTION="Background pictures from lnxpcs and relevant scripts" -HOMEPAGE="https://gitlab.com/jstpcs/lnxpcs" - -HASH="99cf0bdafe6d9c6e0554c422eddc3f7b7adf25c8" -SRC_URI="https://gitlab.com/jstpcs/lnxpcs/-/archive/master/lnxpcs-${HASH}.tar.gz -> ${PN}.tar.gz" -S="${WORKDIR}/lnxpcs-master-${HASH}" - -KEYWORDS="amd64" -LICENSE="GPL-3.0+" -SLOT="0" -IUSE="" - -RDEPEND=" - x11-misc/i3lock - media-gfx/feh[xinerama]" - -WALLPAPERS="cron gcc gnu iptables kernel python root sudo vim" - -src_compile() { - # Nothing to compile - true -} - -src_install() { - insinto "/usr/share/backgrounds" - for IMG in $WALLPAPERS; do - doins "walls/solarized-dark/solarized-wallpaper-$IMG.png" - done - dobin "${FILESDIR}/i3background" - dobin "${FILESDIR}/i3lock-lnxpcs" -} diff --git a/x11-themes/background-lnxpcs/background-lnxpcs-0.2.ebuild b/x11-themes/background-lnxpcs/background-lnxpcs-0.2.ebuild new file mode 100644 index 0000000..f30d5b1 --- /dev/null +++ b/x11-themes/background-lnxpcs/background-lnxpcs-0.2.ebuild @@ -0,0 +1,33 @@ +EAPI=6 + +DESCRIPTION="Background pictures from lnxpcs and relevant scripts" +HOMEPAGE="https://gitlab.com/jstpcs/lnxpcs" + +HASH="99cf0bdafe6d9c6e0554c422eddc3f7b7adf25c8" +SRC_URI="https://gitlab.com/jstpcs/lnxpcs/-/archive/master/lnxpcs-${HASH}.tar.gz -> ${PN}.tar.gz" +S="${WORKDIR}/lnxpcs-master-${HASH}" + +KEYWORDS="amd64" +LICENSE="GPL-3.0+" +SLOT="0" +IUSE="" + +RDEPEND=" + x11-misc/i3lock + media-gfx/feh[xinerama]" + +WALLPAPERS="bash cron gcc gnu gnu-linux iptables kernel kill python root su sudo vim" + +src_compile() { + # Nothing to compile + true +} + +src_install() { + insinto "/usr/share/backgrounds" + for IMG in $WALLPAPERS; do + doins "cards/black/$IMG-card-black.png" + done + dobin "${FILESDIR}/i3background" + dobin "${FILESDIR}/i3lock-lnxpcs" +} diff --git a/x11-themes/background-lnxpcs/files/i3lock-lnxpcs b/x11-themes/background-lnxpcs/files/i3lock-lnxpcs index e47bd34..7584750 100755 --- a/x11-themes/background-lnxpcs/files/i3lock-lnxpcs +++ b/x11-themes/background-lnxpcs/files/i3lock-lnxpcs @@ -1,4 +1,4 @@ #!/bin/sh BACKS="/usr/share/backgrounds" -i3lock -c 000000 -i $(shuf -n1 -e "$BACKS"/*) -t -f +i3lock -c 000000 -i $(shuf -n1 -e "$BACKS"/*) xset dpms force off -- cgit v1.2.3