sputnik/xprofile: use qt5ct to set qt theme

This commit is contained in:
2022-07-05 13:47:54 +02:00
parent 8ad3f3f3e8
commit ade0a4dcf8
+4
View File
@@ -0,0 +1,4 @@
{% if hostname == "sputnik" %}
# use qt5ct to set Qt theme
export QT_QPA_PLATFORMTHEME=qt5ct
{% end %}