mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
hidpi before theme
This commit is contained in:
parent
6e5beb07b2
commit
954339b73d
1
pkg/de-p1st-htop/TESTED
Normal file
1
pkg/de-p1st-htop/TESTED
Normal file
@ -0,0 +1 @@
|
||||
disk I/O in left column
|
1
pkg/de-p1st-keyboard-de/TESTED
Normal file
1
pkg/de-p1st-keyboard-de/TESTED
Normal file
@ -0,0 +1 @@
|
||||
german console layout
|
3
pkg/de-p1st-locale/TESTED
Normal file
3
pkg/de-p1st-locale/TESTED
Normal file
@ -0,0 +1,3 @@
|
||||
locale.conf
|
||||
locale.gen
|
||||
localtime
|
1
pkg/de-p1st-nano/TESTED
Normal file
1
pkg/de-p1st-nano/TESTED
Normal file
@ -0,0 +1 @@
|
||||
syntax highlighting
|
1
pkg/de-p1st-networkmanager/TESTED
Normal file
1
pkg/de-p1st-networkmanager/TESTED
Normal file
@ -0,0 +1 @@
|
||||
systemctl status NetworkManager
|
1
pkg/de-p1st-pacman/TESTED
Normal file
1
pkg/de-p1st-pacman/TESTED
Normal file
@ -0,0 +1 @@
|
||||
de-p1st mirror
|
1
pkg/de-p1st-screen/TESTED
Normal file
1
pkg/de-p1st-screen/TESTED
Normal file
@ -0,0 +1 @@
|
||||
scrollback
|
@ -2,8 +2,8 @@
|
||||
_pkgname=theme
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.1
|
||||
pkgrel=2
|
||||
pkgver=0.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Uniform look for QT and GTK applications"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
@ -16,6 +16,7 @@ sha256sums=('SKIP')
|
||||
package() {
|
||||
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
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ aur sync -c adwaita-qt
|
||||
Enable via env variable.
|
||||
|
||||
```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
|
||||
|
Loading…
Reference in New Issue
Block a user