fix(appletsrc): use distributor-logo-antergos, fix fastfetch ratio, bump pkgrel

This commit is contained in:
2026-07-18 22:26:13 +02:00
parent 3e389d9167
commit a346d7bea4
3 changed files with 14 additions and 4 deletions
@@ -3,8 +3,8 @@
"logo": {
"source": "~/.config/fastfetch/AntergosP.png",
"type": "kitty",
"height": 16,
"width": 30,
"height": 18,
"width": 25,
"padding": {
"top": 8,
"left": 3
@@ -345,7 +345,7 @@ DialogWidth=720
[Containments][126][Applets][158][Configuration][General]
alphaSort=true
customButtonImage=start-here-kde-antergos
customButtonImage=distributor-logo-antergos
favoritesPortedToKAstats=true
showIconsRootLevel=true
showRecentDocs=false
+11 -1
View File
@@ -2,7 +2,7 @@
pkgname=antergos-layan-theme
pkgver=1.0
pkgrel=2
pkgrel=3
pkgdesc='Antergos NeXT Layan theme suite — KDE configs, Kvantum, SDDM theme, and plasmoids'
arch=('any')
url="https://github.com/Antergos-NeXT/antergos-packages"
@@ -48,4 +48,14 @@ package() {
# ── Start menu icon for icon theme ──
mkdir -p "${pkgdir}/usr/share/icons/hicolor/scalable/places"
cp "${srcdir}/Configs/System/usr/share/icons/hicolor/scalable/places/start-here-kde-antergos.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/places/start-here-kde-antergos.svg"
# Override breeze(-dark) start-here-kde icons so kickoff resolves to Antergos logo
for size in 16 22 24 32 64 96; do
mkdir -p "${pkgdir}/usr/share/icons/breeze-dark/places/${size}"
cp "${srcdir}/Configs/System/usr/share/icons/hicolor/scalable/places/start-here-kde-antergos.svg" \
"${pkgdir}/usr/share/icons/breeze-dark/places/${size}/start-here-kde.svg"
mkdir -p "${pkgdir}/usr/share/icons/breeze/places/${size}"
cp "${srcdir}/Configs/System/usr/share/icons/hicolor/scalable/places/start-here-kde-antergos.svg" \
"${pkgdir}/usr/share/icons/breeze/places/${size}/start-here-kde.svg"
done
}