From f30442534fd4597c0c16dfbf59bf0741ad59c492 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 16 Jun 2025 01:02:51 -0400 Subject: [PATCH] Added theme environment variables to systemd user space --- files/system/etc/environment.d/theme.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 files/system/etc/environment.d/theme.conf diff --git a/files/system/etc/environment.d/theme.conf b/files/system/etc/environment.d/theme.conf new file mode 100644 index 0000000..4891bfb --- /dev/null +++ b/files/system/etc/environment.d/theme.conf @@ -0,0 +1,2 @@ +QT_QPA_PLATFORMTHEME=qt6ct +QT_QUICK_CONTROLS_STYLE,org.hyprland.style \ No newline at end of file