hidpi before theme

This commit is contained in:
Daniel Langbein 2021-05-13 21:14:31 +02:00
parent 6e5beb07b2
commit 954339b73d
10 changed files with 14 additions and 4 deletions

1
pkg/de-p1st-htop/TESTED Normal file
View File

@ -0,0 +1 @@
disk I/O in left column

View File

@ -0,0 +1 @@
german console layout

View File

@ -0,0 +1,3 @@
locale.conf
locale.gen
localtime

1
pkg/de-p1st-nano/TESTED Normal file
View File

@ -0,0 +1 @@
syntax highlighting

View File

@ -0,0 +1 @@
systemctl status NetworkManager

View File

@ -0,0 +1 @@
de-p1st mirror

View File

@ -0,0 +1 @@
scrollback

View File

@ -2,8 +2,8 @@
_pkgname=theme _pkgname=theme
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.1 pkgver=0.0.2
pkgrel=2 pkgrel=1
pkgdesc="Uniform look for QT and GTK applications" pkgdesc="Uniform look for QT and GTK applications"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"
@ -16,6 +16,7 @@ sha256sums=('SKIP')
package() { package() {
cd "${_reponame}/pkg/${pkgname}" cd "${_reponame}/pkg/${pkgname}"
install -Dm0644 99_qt5_theme.sh "$pkgdir"/etc/profile.d/99_qt5_theme.sh # Prefix 98 so that it is run before 99_hidpi.sh
install -Dm0644 98_qt5_theme.sh "$pkgdir"/etc/profile.d/98_qt5_theme.sh
install -Dm0644 Trolltech.conf "$pkgdir"/etc/xdg/Trolltech.conf install -Dm0644 Trolltech.conf "$pkgdir"/etc/xdg/Trolltech.conf
} }

View File

@ -17,7 +17,7 @@ aur sync -c adwaita-qt
Enable via env variable. Enable via env variable.
```shell ```shell
echo 'export QT_STYLE_OVERRIDE=adwaita' | sudo tee -a /etc/profile.d/99_qt5_theme.sh echo 'export QT_STYLE_OVERRIDE=adwaita' | sudo tee -a /etc/profile.d/98_qt5_theme.sh
``` ```
## qt4 ## qt4