arch/pkg/de-p1st-theme
2021-04-28 16:16:23 +02:00
..
99_qt5_theme.sh add de-p1st-theme 2021-04-28 16:16:23 +02:00
PKGBUILD add de-p1st-theme 2021-04-28 16:16:23 +02:00
README.md add de-p1st-theme 2021-04-28 16:16:23 +02:00
Trolltech.conf add de-p1st-theme 2021-04-28 16:16:23 +02:00

Adwaita theme - in GTK and QT

NOTE: This has just been tested with XFCE4 so far!

GTK

If using XFCE4 or Gnome this is the default theme. No action required.

qt5

aur sync -c adwaita-qt

Enable via env variable.

echo 'export QT_STYLE_OVERRIDE=adwaita' | sudo tee -a /etc/profile.d/99_qt5_theme.sh

qt4

aur sync -c adwaita-qt4

Then edit /etc/xdg/Trolltech.conf :

# ...
[Qt]
style=adwaita
# ...

A quote that gave me this idea

If you are using a GTK-based environment you need to configure Qt applications look and feel (using adwaita-qt qt5ct qt5-styleplugins. You can read this wiki page about it.