fix(appletsrc): use distributor-logo-antergos, fix fastfetch ratio, bump pkgrel
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
"logo": {
|
"logo": {
|
||||||
"source": "~/.config/fastfetch/AntergosP.png",
|
"source": "~/.config/fastfetch/AntergosP.png",
|
||||||
"type": "kitty",
|
"type": "kitty",
|
||||||
"height": 16,
|
"height": 18,
|
||||||
"width": 30,
|
"width": 25,
|
||||||
"padding": {
|
"padding": {
|
||||||
"top": 8,
|
"top": 8,
|
||||||
"left": 3
|
"left": 3
|
||||||
|
|||||||
+1
-1
@@ -345,7 +345,7 @@ DialogWidth=720
|
|||||||
|
|
||||||
[Containments][126][Applets][158][Configuration][General]
|
[Containments][126][Applets][158][Configuration][General]
|
||||||
alphaSort=true
|
alphaSort=true
|
||||||
customButtonImage=start-here-kde-antergos
|
customButtonImage=distributor-logo-antergos
|
||||||
favoritesPortedToKAstats=true
|
favoritesPortedToKAstats=true
|
||||||
showIconsRootLevel=true
|
showIconsRootLevel=true
|
||||||
showRecentDocs=false
|
showRecentDocs=false
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=antergos-layan-theme
|
pkgname=antergos-layan-theme
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Antergos NeXT Layan theme suite — KDE configs, Kvantum, SDDM theme, and plasmoids'
|
pkgdesc='Antergos NeXT Layan theme suite — KDE configs, Kvantum, SDDM theme, and plasmoids'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Antergos-NeXT/antergos-packages"
|
url="https://github.com/Antergos-NeXT/antergos-packages"
|
||||||
@@ -48,4 +48,14 @@ package() {
|
|||||||
# ── Start menu icon for icon theme ──
|
# ── Start menu icon for icon theme ──
|
||||||
mkdir -p "${pkgdir}/usr/share/icons/hicolor/scalable/places"
|
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"
|
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