fix(appletsrc): use distributor-logo-antergos, fix fastfetch ratio, bump pkgrel
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user