mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-10 13:14:49 +08:00
set heritage as the default sddm theme
This commit is contained in:
parent
9837542407
commit
6fd9337ee6
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=sddm
|
||||
pkgver=0.12.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='QML based X11 and Wayland display manager'
|
||||
arch=('x86_64')
|
||||
url='http://github.com/sddm/sddm'
|
||||
@ -18,7 +18,7 @@ backup=('usr/share/sddm/scripts/Xsetup'
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"
|
||||
'sddm.conf')
|
||||
md5sums=('e3261ac93a50c71c973cc79b85387765'
|
||||
'7e4de1ad45e6a0e930b96fd051e48da4')
|
||||
'e5343e5886aef3c9e043c0b1100aa659')
|
||||
|
||||
build() {
|
||||
mkdir -p build && cd build
|
||||
@ -35,7 +35,7 @@ package() {
|
||||
cd build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# set the default configuration, with breeze as theme
|
||||
# set the default configuration, with heritage as theme
|
||||
install -m 644 -p ${srcdir}/sddm.conf ${pkgdir}/etc/
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ RebootCommand=/usr/bin/systemctl reboot
|
||||
|
||||
[Theme]
|
||||
# Current theme name
|
||||
Current=breeze
|
||||
Current=heritage
|
||||
|
||||
# Cursor theme
|
||||
CursorTheme=breeze
|
||||
|
Loading…
Reference in New Issue
Block a user