sputnik/xprofile: use qt5ct to set qt theme

This commit is contained in:
2022-06-29 14:16:06 +02:00
parent 8ad3f3f3e8
commit ade0a4dcf8

4
tree/.xprofile.tpl Normal file
View File

@ -0,0 +1,4 @@
{% if hostname == "sputnik" %}
# use qt5ct to set Qt theme
export QT_QPA_PLATFORMTHEME=qt5ct
{% end %}