mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
5390e5c36f
commit
6624a52ad2
@ -2,8 +2,8 @@
|
|||||||
_pkgname=sddm-theme-nordic
|
_pkgname=sddm-theme-nordic
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.2
|
pkgver=0.0.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="sddm with Nordic theme"
|
pkgdesc="sddm with Nordic theme"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
@ -30,5 +30,5 @@ package() {
|
|||||||
|
|
||||||
# TODO: Fix upstream? See AUR comment: https://aur.archlinux.org/pkgbase/nordic-kde-git/#comment-807577
|
# TODO: Fix upstream? See AUR comment: https://aur.archlinux.org/pkgbase/nordic-kde-git/#comment-807577
|
||||||
# Fix Nordic theme "Main.qml" -> Property "Battery" not found / missing
|
# Fix Nordic theme "Main.qml" -> Property "Battery" not found / missing
|
||||||
install -Dm0544 Main.qml.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/Main.qml
|
install -Dm0544 Main.qml.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/usr/share/sddm/themes/Nordic/Main.qml.holoscript
|
||||||
}
|
}
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
WindowScalingFactor
|
WindowScalingFactor
|
||||||
99_hidpi.sh -> QT_AUTO_SCREEN_SCALE_FACTOR and QT_FONT_DPI
|
99_hidpi.sh -> QT_AUTO_SCREEN_SCALE_FACTOR and QT_FONT_DPI
|
||||||
|
TODO: sddm HiDpi
|
Loading…
Reference in New Issue
Block a user