From ade0a4dcf8fb7497d2894cfed14618efd0af70b6 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 29 Jun 2022 14:16:06 +0200 Subject: [PATCH] sputnik/xprofile: use qt5ct to set qt theme --- tree/.xprofile.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tree/.xprofile.tpl diff --git a/tree/.xprofile.tpl b/tree/.xprofile.tpl new file mode 100644 index 0000000..cb94915 --- /dev/null +++ b/tree/.xprofile.tpl @@ -0,0 +1,4 @@ +{% if hostname == "sputnik" %} +# use qt5ct to set Qt theme +export QT_QPA_PLATFORMTHEME=qt5ct +{% end %}