rebrand!: Antergos NeXT -> Euri Linux

This commit is contained in:
2026-08-21 21:43:47 +02:00
parent 7256fd331a
commit 0cfc149d37
1452 changed files with 599 additions and 597 deletions
+21
View File
@@ -0,0 +1,21 @@
# Maintainer: Michał <ash8820@proton.me>
pkgname=euri-lightdm-config
pkgver=1
pkgrel=1
pkgdesc="Euri Linux LightDM configuration (slick-greeter)"
arch=('any')
url="https://github.com/Euri-Linux/euri-packages"
license=('GPL3')
depends=('lightdm' 'lightdm-slick-greeter' 'euri-wallpapers')
source=(
"lightdm.conf"
"slick-greeter.conf"
)
sha256sums=('SKIP' 'SKIP')
package() {
install -dm755 "${pkgdir}/etc/lightdm"
install -m644 "${srcdir}/lightdm.conf" "${pkgdir}/etc/lightdm/lightdm.conf"
install -m644 "${srcdir}/slick-greeter.conf" "${pkgdir}/etc/lightdm/slick-greeter.conf"
}
@@ -0,0 +1,9 @@
[LightDM]
logind-check-graphical=true
log-directory=/var/log/lightdm
run-directory=/run/lightdm
[Seat:*]
greeter-session=lightdm-slick-greeter
user-session=default
session-wrapper=/etc/lightdm/Xsession
@@ -0,0 +1,12 @@
[Greeter]
background=/usr/share/backgrounds/euri/euri-wallpaper.png
background-color=#1E3A5F
draw-user-backgrounds=false
draw-grid=true
theme-name=Adwaita
icon-theme-name=Adwaita
font-name=Noto Sans 10.5
show-clock=true
show-hostname=true
show-power=true
enable-hidpi=auto