add app-misc/btop-catppuccin
This commit is contained in:
parent
e57f4a2b6e
commit
5909be01b0
5 changed files with 357 additions and 0 deletions
24
app-misc/btop-catppuccin/btop-catppuccin-0.1.ebuild
Normal file
24
app-misc/btop-catppuccin/btop-catppuccin-0.1.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Soothing pastel theme for btop"
|
||||
HOMEPAGE="https://github.com/catppuccin/btop"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 arm64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sys-process/btop"
|
||||
|
||||
S="${FILESDIR}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/btop/themes/
|
||||
for STYLE in frappe latte macchiato mocha; do
|
||||
doins "catppuccin_${STYLE}.theme"
|
||||
done
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue