Install this version:
emerge -a =x11-themes/catppuccin-btop-1.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/catppuccin-btop-1.0.0
Or alternatively:
emerge --autounmask-write -a =x11-themes/catppuccin-btop-1.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.0 | 8 | ~amd64 | 0 |
# Copyright 2024 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"
SRC_URI="
https://github.com/catppuccin/btop/releases/download/${PV}/themes.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/themes"
RDEPEND="
sys-process/btop
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
insinto "/usr/share/btop/themes"
doins *.theme
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | catppuccin-btop-1.0.0.tar.gz | 1869 bytes | https://github.com/catppuccin/btop/releases/download/1.0.0/themes.tar.gz |