x11-themes/blackandwhite-gtk - 9999 (guru)

Search

Install

Install this version:

emerge -a =x11-themes/blackandwhite-gtk-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-themes/blackandwhite-gtk-9999

Or alternatively:

emerge --autounmask-write -a =x11-themes/blackandwhite-gtk-9999

Package Information

Description:
GTK-3 theme: simple black-and-white, minimalistic
Homepage:
https://www.gnome-look.org/p/2010116
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="GTK-3 theme: simple black-and-white, minimalistic"
HOMEPAGE="https://www.gnome-look.org/p/2010116"
EGIT_REPO_URI="https://www.opencode.net/infinity64/blackandwhite-gtk"

LICENSE="GPL-3"
SLOT="0"

src_install() {
	insinto /usr/share/themes/
	doins -r .
}

pkg_postinst() {
	einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=BlackAndWhite spacefm"
	einfo "or"
	einfo "gsettings set org.gnome.desktop.interface gtk-theme 'BlackAndWhite'"
	einfo "gsettings set org.gnome.desktop.wm gtk-theme 'BlackAndWhite'"
}

Inherited Eclasses